Html Css Color HEX #B38206 Dark Goldenrod

📋 copy color: '#B38206'

red 179 ◦ green 130 ◦ blue 6

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

Shades of Dark Goldenrod #B38206

Tints of Dark Goldenrod #B38206

RGB

 RED value IS 179 (70.31% from 255) = 56.83%

 GREEN value IS 130 (51.17% from 255) = 41.27%

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

R = 56.83%
G = 41.27%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B38206 (or 0xB38206) is known color: Dark Goldenrod. HEX triplet: B3, 82 and 06. RGB value is (179,130,6). Sum of RGB (Red+Green+Blue) = 179+130+6=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B38206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38206 is #4C7DF9. Grayscale: #838383. Windows color (decimal): -5012986 or 426675. OLE color: 426675.

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

Color convert

RGB 179 130 6 -
CMYK 0 0.27 0.97 0.30
HSL 43.01º 0.94% 0.36% -
HSV(B) 43.01º 0.97% 0.7% -
XYZ 26.61 25.56 3.7 -
YUV 130.52 57.73 162.58 -
System Red Green Blue C M Y K H S L
Decimal 179 130 6 0 0.27 0.97 0.30 43.01 0.94 0.36
Hex B3 82 6 0 1B 61 1E 2B 5E 24
Octal 263 202 6 0 33 141 36 53 136 44
Binary 10110011 10000010 110 0 11011 1100001 11110 101011 1011110 100100

Color Harmonies of #B38206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38206

Black with #B38206

Text Example


Text Example

White with #B38206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38206; }

 p { color: rgb(179,130,6); }

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

background-color css

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

 a { background-color: rgb(179,130,6); }

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

border-color css

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

 span { border-color: rgb(179,130,6); }

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