Html Css Color HEX #B38508 Dark Goldenrod

📋 copy color: '#B38508'

red 179 ◦ green 133 ◦ blue 8

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

Shades of Dark Goldenrod #B38508

Tints of Dark Goldenrod #B38508

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.56%

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

R = 55.94%
G = 41.56%
B = 2.5%

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

#B38508 (or 0xB38508) is known color: Dark Goldenrod. HEX triplet: B3, 85 and 08. RGB value is (179,133,8). Sum of RGB (Red+Green+Blue) = 179+133+8=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B38508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38508 is #4C7AF7. Grayscale: #858585. Windows color (decimal): -5012216 or 558515. OLE color: 558515.

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

Color convert

RGB 179 133 8 -
CMYK 0 0.26 0.96 0.30
HSL 43.86º 0.91% 0.37% -
HSV(B) 43.86º 0.96% 0.7% -
XYZ 27.02 26.38 3.9 -
YUV 132.5 57.74 161.16 -
System Red Green Blue C M Y K H S L
Decimal 179 133 8 0 0.26 0.96 0.30 43.86 0.91 0.37
Hex B3 85 8 0 1A 60 1E 2C 5B 25
Octal 263 205 10 0 32 140 36 54 133 45
Binary 10110011 10000101 1000 0 11010 1100000 11110 101100 1011011 100101

Color Harmonies of #B38508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38508

Black with #B38508

Text Example


Text Example

White with #B38508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38508; }

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

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

background-color css

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

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

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

border-color css

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

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

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