Html Css Color HEX #B38308 Dark Goldenrod

📋 copy color: '#B38308'

red 179 ◦ green 131 ◦ blue 8

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

Shades of Dark Goldenrod #B38308

Tints of Dark Goldenrod #B38308

RGB

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

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

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

R = 56.29%
G = 41.19%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B38308 (or 0xB38308) is known color: Dark Goldenrod. HEX triplet: B3, 83 and 08. RGB value is (179,131,8). Sum of RGB (Red+Green+Blue) = 179+131+8=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B38308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38308 is #4C7CF7. Grayscale: #838383. Windows color (decimal): -5012728 or 558003. OLE color: 558003.

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

Color convert

RGB 179 131 8 -
CMYK 0 0.27 0.96 0.30
HSL 43.16º 0.91% 0.37% -
HSV(B) 43.16º 0.96% 0.7% -
XYZ 26.75 25.83 3.81 -
YUV 131.33 58.4 162 -
System Red Green Blue C M Y K H S L
Decimal 179 131 8 0 0.27 0.96 0.30 43.16 0.91 0.37
Hex B3 83 8 0 1B 60 1E 2B 5B 25
Octal 263 203 10 0 33 140 36 53 133 45
Binary 10110011 10000011 1000 0 11011 1100000 11110 101011 1011011 100101

Color Harmonies of #B38308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38308

Black with #B38308

Text Example


Text Example

White with #B38308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38308; }

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

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

background-color css

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

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

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

border-color css

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

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

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