Html Css Color HEX #BE8F0B Dark Goldenrod

📋 copy color: '#BE8F0B'

red 190 ◦ green 143 ◦ blue 11

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

Shades of Dark Goldenrod #BE8F0B

Tints of Dark Goldenrod #BE8F0B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.57%

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

R = 55.23%
G = 41.57%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE8F0B (or 0xBE8F0B) is known color: Dark Goldenrod. HEX triplet: BE, 8F and 0B. RGB value is (190,143,11). Sum of RGB (Red+Green+Blue) = 190+143+11=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8F0B is #4170F4. Grayscale: #8E8E8E. Windows color (decimal): -4288757 or 757694. OLE color: 757694.

HSL color Cylindrical-coordinate representation of color #BE8F0B: hue angle of 44.25º 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 #BE8F0B is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 143 11 -
CMYK 0 0.25 0.94 0.25
HSL 44.25º 0.89% 0.39% -
HSV(B) 44.25º 0.94% 0.75% -
XYZ 31.12 30.62 4.59 -
YUV 142.01 54.07 162.23 -
System Red Green Blue C M Y K H S L
Decimal 190 143 11 0 0.25 0.94 0.25 44.25 0.89 0.39
Hex BE 8F B 0 19 5E 19 2C 59 27
Octal 276 217 13 0 31 136 31 54 131 47
Binary 10111110 10001111 1011 0 11001 1011110 11001 101100 1011001 100111

Color Harmonies of #BE8F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F0B

Black with #BE8F0B

Text Example


Text Example

White with #BE8F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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