Html Css Color HEX #BE8B0B Dark Goldenrod

📋 copy color: '#BE8B0B'

red 190 ◦ green 139 ◦ blue 11

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

Shades of Dark Goldenrod #BE8B0B

Tints of Dark Goldenrod #BE8B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.24%

R = 55.88%
G = 40.88%
B = 3.24%

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

#BE8B0B (or 0xBE8B0B) is known color: Dark Goldenrod. HEX triplet: BE, 8B and 0B. RGB value is (190,139,11). Sum of RGB (Red+Green+Blue) = 190+139+11=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8B0B is #4174F4. Grayscale: #8C8C8C. Windows color (decimal): -4289781 or 756670. OLE color: 756670.

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

Color convert

RGB 190 139 11 -
CMYK 0 0.27 0.94 0.25
HSL 42.91º 0.89% 0.39% -
HSV(B) 42.91º 0.94% 0.75% -
XYZ 30.53 29.44 4.39 -
YUV 139.66 55.4 163.91 -
System Red Green Blue C M Y K H S L
Decimal 190 139 11 0 0.27 0.94 0.25 42.91 0.89 0.39
Hex BE 8B B 0 1B 5E 19 2B 59 27
Octal 276 213 13 0 33 136 31 53 131 47
Binary 10111110 10001011 1011 0 11011 1011110 11001 101011 1011001 100111

Color Harmonies of #BE8B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8B0B

Black with #BE8B0B

Text Example


Text Example

White with #BE8B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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