Html Css Color HEX #B38408 Dark Goldenrod

📋 copy color: '#B38408'

red 179 ◦ green 132 ◦ blue 8

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

Shades of Dark Goldenrod #B38408

Tints of Dark Goldenrod #B38408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.38%

 BLUE value IS 8 (3.52% from 255) = 2.51%

R = 56.11%
G = 41.38%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B38408 (or 0xB38408) is known color: Dark Goldenrod. HEX triplet: B3, 84 and 08. RGB value is (179,132,8). Sum of RGB (Red+Green+Blue) = 179+132+8=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B38408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38408 is #4C7BF7. Grayscale: #848484. Windows color (decimal): -5012472 or 558259. OLE color: 558259.

HSL color Cylindrical-coordinate representation of color #B38408: hue angle of 43.51º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B38408 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 132 8 -
CMYK 0 0.26 0.96 0.30
HSL 43.51º 0.91% 0.37% -
HSV(B) 43.51º 0.96% 0.7% -
XYZ 26.89 26.1 3.85 -
YUV 131.92 58.07 161.58 -
System Red Green Blue C M Y K H S L
Decimal 179 132 8 0 0.26 0.96 0.30 43.51 0.91 0.37
Hex B3 84 8 0 1A 60 1E 2C 5B 25
Octal 263 204 10 0 32 140 36 54 133 45
Binary 10110011 10000100 1000 0 11010 1100000 11110 101100 1011011 100101

Color Harmonies of #B38408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38408

Black with #B38408

Text Example


Text Example

White with #B38408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38408; }

 p { color: rgb(179,132,8); }

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

background-color css

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

 a { background-color: rgb(179,132,8); }

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

border-color css

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

 span { border-color: rgb(179,132,8); }

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