Html Css Color HEX #BE8727 Geebung

📋 copy color: '#BE8727'

red 190 ◦ green 135 ◦ blue 39

#BE8727
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #BE8727

Tints of Geebung #BE8727

RGB

 RED value IS 190 (74.61% from 255) = 52.2%

 GREEN value IS 135 (53.13% from 255) = 37.09%

 BLUE value IS 39 (15.63% from 255) = 10.71%

R = 52.2%
G = 37.09%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BE8727 (or 0xBE8727) is known color: Geebung. HEX triplet: BE, 87 and 27. RGB value is (190,135,39). Sum of RGB (Red+Green+Blue) = 190+135+39=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8727 is #4178D8. Grayscale: #8C8C8C. Windows color (decimal): -4290777 or 2590654. OLE color: 2590654.

HSL color Cylindrical-coordinate representation of color #BE8727: hue angle of 38.15º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE8727 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 135 39 -
CMYK 0 0.29 0.79 0.25
HSL 38.15º 0.66% 0.45% -
HSV(B) 38.15º 0.79% 0.75% -
XYZ 30.27 28.42 5.81 -
YUV 140.5 70.72 163.31 -
System Red Green Blue C M Y K H S L
Decimal 190 135 39 0 0.29 0.79 0.25 38.15 0.66 0.45
Hex BE 87 27 0 1D 4F 19 26 42 2D
Octal 276 207 47 0 35 117 31 46 102 55
Binary 10111110 10000111 100111 0 11101 1001111 11001 100110 1000010 101101

Color Harmonies of #BE8727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8727

Black with #BE8727

Text Example


Text Example

White with #BE8727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8727; }

 p { color: rgb(190,135,39); }

 H1.HeaderClassName
 {
   color: #BE8727;
 }
 .AnyTagClassName
 {
   color: #BE8727;
 }
</style>

background-color css

<style>
 a { background-color: #BE8727; }

 a { background-color: rgb(190,135,39); }

 div.DivClassName
 {
   background-color: #BE8727;
 }
 .BgClassName
 {
   background-color: #BE8727;
 }
</style>

border-color css

<style>
 span { border-color: #BE8727; }

 span { border-color: rgb(190,135,39); }

 td.TdClassName
 {
   border-color: #BE8727;
 }
 .TagClassName
 {
   border-color: #BE8727;
 }
</style>