Html Css Color HEX #B28C06 Dark Goldenrod

📋 copy color: '#B28C06'

red 178 ◦ green 140 ◦ blue 6

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

Shades of Dark Goldenrod #B28C06

Tints of Dark Goldenrod #B28C06

RGB

 RED value IS 178 (69.92% from 255) = 54.94%

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

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

R = 54.94%
G = 43.21%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B28C06 (or 0xB28C06) is known color: Dark Goldenrod. HEX triplet: B2, 8C and 06. RGB value is (178,140,6). Sum of RGB (Red+Green+Blue) = 178+140+6=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28C06 is #4D73F9. Grayscale: #888888. Windows color (decimal): -5075962 or 429234. OLE color: 429234.

HSL color Cylindrical-coordinate representation of color #B28C06: hue angle of 46.74º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B28C06 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 140 6 -
CMYK 0 0.21 0.97 0.30
HSL 46.74º 0.93% 0.36% -
HSV(B) 46.74º 0.97% 0.7% -
XYZ 27.77 28.23 4.16 -
YUV 136.09 54.59 157.9 -
System Red Green Blue C M Y K H S L
Decimal 178 140 6 0 0.21 0.97 0.30 46.74 0.93 0.36
Hex B2 8C 6 0 15 61 1E 2F 5D 24
Octal 262 214 6 0 25 141 36 57 135 44
Binary 10110010 10001100 110 0 10101 1100001 11110 101111 1011101 100100

Color Harmonies of #B28C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C06

Black with #B28C06

Text Example


Text Example

White with #B28C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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