Html Css Color HEX #BE8F0C Dark Goldenrod

📋 copy color: '#BE8F0C'

red 190 ◦ green 143 ◦ blue 12

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

Shades of Dark Goldenrod #BE8F0C

Tints of Dark Goldenrod #BE8F0C

RGB

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

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

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

R = 55.07%
G = 41.45%
B = 3.48%

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

#BE8F0C (or 0xBE8F0C) is known color: Dark Goldenrod. HEX triplet: BE, 8F and 0C. RGB value is (190,143,12). Sum of RGB (Red+Green+Blue) = 190+143+12=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8F0C is #4170F3. Grayscale: #8E8E8E. Windows color (decimal): -4288756 or 823230. OLE color: 823230.

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

Color convert

RGB 190 143 12 -
CMYK 0 0.25 0.94 0.25
HSL 44.16º 0.88% 0.4% -
HSV(B) 44.16º 0.94% 0.75% -
XYZ 31.12 30.62 4.62 -
YUV 142.12 54.57 162.15 -
System Red Green Blue C M Y K H S L
Decimal 190 143 12 0 0.25 0.94 0.25 44.16 0.88 0.4
Hex BE 8F C 0 19 5E 19 2C 58 28
Octal 276 217 14 0 31 136 31 54 130 50
Binary 10111110 10001111 1100 0 11001 1011110 11001 101100 1011000 101000

Color Harmonies of #BE8F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F0C

Black with #BE8F0C

Text Example


Text Example

White with #BE8F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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