Html Css Color HEX #BE8C06 Dark Goldenrod

📋 copy color: '#BE8C06'

red 190 ◦ green 140 ◦ blue 6

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

Shades of Dark Goldenrod #BE8C06

Tints of Dark Goldenrod #BE8C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.79%

R = 56.55%
G = 41.67%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE8C06 (or 0xBE8C06) is known color: Dark Goldenrod. HEX triplet: BE, 8C and 06. RGB value is (190,140,6). Sum of RGB (Red+Green+Blue) = 190+140+6=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8C06 is #4173F9. Grayscale: #8C8C8C. Windows color (decimal): -4289530 or 429246. OLE color: 429246.

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

Color convert

RGB 190 140 6 -
CMYK 0 0.26 0.97 0.25
HSL 43.7º 0.94% 0.38% -
HSV(B) 43.7º 0.97% 0.75% -
XYZ 30.65 29.72 4.29 -
YUV 139.67 52.57 163.9 -
System Red Green Blue C M Y K H S L
Decimal 190 140 6 0 0.26 0.97 0.25 43.7 0.94 0.38
Hex BE 8C 6 0 1A 61 19 2C 5E 26
Octal 276 214 6 0 32 141 31 54 136 46
Binary 10111110 10001100 110 0 11010 1100001 11001 101100 1011110 100110

Color Harmonies of #BE8C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C06

Black with #BE8C06

Text Example


Text Example

White with #BE8C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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