Html Css Color HEX #BE8C0C Dark Goldenrod

📋 copy color: '#BE8C0C'

red 190 ◦ green 140 ◦ blue 12

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

Shades of Dark Goldenrod #BE8C0C

Tints of Dark Goldenrod #BE8C0C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.94%

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

R = 55.56%
G = 40.94%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE8C0C (or 0xBE8C0C) is known color: Dark Goldenrod. HEX triplet: BE, 8C and 0C. RGB value is (190,140,12). Sum of RGB (Red+Green+Blue) = 190+140+12=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8C0C is #4173F3. Grayscale: #8C8C8C. Windows color (decimal): -4289524 or 822462. OLE color: 822462.

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

Color convert

RGB 190 140 12 -
CMYK 0 0.26 0.94 0.25
HSL 43.15º 0.88% 0.4% -
HSV(B) 43.15º 0.94% 0.75% -
XYZ 30.68 29.73 4.47 -
YUV 140.36 55.57 163.41 -
System Red Green Blue C M Y K H S L
Decimal 190 140 12 0 0.26 0.94 0.25 43.15 0.88 0.4
Hex BE 8C C 0 1A 5E 19 2B 58 28
Octal 276 214 14 0 32 136 31 53 130 50
Binary 10111110 10001100 1100 0 11010 1011110 11001 101011 1011000 101000

Color Harmonies of #BE8C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C0C

Black with #BE8C0C

Text Example


Text Example

White with #BE8C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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