Html Css Color HEX #BE8B0C Dark Goldenrod

📋 copy color: '#BE8B0C'

red 190 ◦ green 139 ◦ blue 12

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

Shades of Dark Goldenrod #BE8B0C

Tints of Dark Goldenrod #BE8B0C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.76%

 BLUE value IS 12 (5.08% from 255) = 3.52%

R = 55.72%
G = 40.76%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE8B0C (or 0xBE8B0C) is known color: Dark Goldenrod. HEX triplet: BE, 8B and 0C. RGB value is (190,139,12). Sum of RGB (Red+Green+Blue) = 190+139+12=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8B0C is #4174F3. Grayscale: #8C8C8C. Windows color (decimal): -4289780 or 822206. OLE color: 822206.

HSL color Cylindrical-coordinate representation of color #BE8B0C: hue angle of 42.81º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE8B0C is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 139 12 -
CMYK 0 0.27 0.94 0.25
HSL 42.81º 0.88% 0.4% -
HSV(B) 42.81º 0.94% 0.75% -
XYZ 30.53 29.44 4.42 -
YUV 139.77 55.9 163.83 -
System Red Green Blue C M Y K H S L
Decimal 190 139 12 0 0.27 0.94 0.25 42.81 0.88 0.4
Hex BE 8B C 0 1B 5E 19 2B 58 28
Octal 276 213 14 0 33 136 31 53 130 50
Binary 10111110 10001011 1100 0 11011 1011110 11001 101011 1011000 101000

Color Harmonies of #BE8B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8B0C

Black with #BE8B0C

Text Example


Text Example

White with #BE8B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8B0C; }

 p { color: rgb(190,139,12); }

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

background-color css

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

 a { background-color: rgb(190,139,12); }

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

border-color css

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

 span { border-color: rgb(190,139,12); }

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