Html Css Color HEX #B28306 Dark Goldenrod

📋 copy color: '#B28306'

red 178 ◦ green 131 ◦ blue 6

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

Shades of Dark Goldenrod #B28306

Tints of Dark Goldenrod #B28306

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.59%

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

R = 56.51%
G = 41.59%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B28306 (or 0xB28306) is known color: Dark Goldenrod. HEX triplet: B2, 83 and 06. RGB value is (178,131,6). Sum of RGB (Red+Green+Blue) = 178+131+6=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B28306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28306 is #4D7CF9. Grayscale: #838383. Windows color (decimal): -5078266 or 426930. OLE color: 426930.

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

Color convert

RGB 178 131 6 -
CMYK 0 0.26 0.97 0.30
HSL 43.6º 0.93% 0.36% -
HSV(B) 43.6º 0.97% 0.7% -
XYZ 26.51 25.71 3.74 -
YUV 130.8 57.57 161.66 -
System Red Green Blue C M Y K H S L
Decimal 178 131 6 0 0.26 0.97 0.30 43.6 0.93 0.36
Hex B2 83 6 0 1A 61 1E 2C 5D 24
Octal 262 203 6 0 32 141 36 54 135 44
Binary 10110010 10000011 110 0 11010 1100001 11110 101100 1011101 100100

Color Harmonies of #B28306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28306

Black with #B28306

Text Example


Text Example

White with #B28306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28306; }

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

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

background-color css

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

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

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

border-color css

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

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

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