Html Css Color HEX #B37908 Dark Goldenrod

📋 copy color: '#B37908'

red 179 ◦ green 121 ◦ blue 8

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

Shades of Dark Goldenrod #B37908

Tints of Dark Goldenrod #B37908

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.29%

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

R = 58.12%
G = 39.29%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B37908 (or 0xB37908) is known color: Dark Goldenrod. HEX triplet: B3, 79 and 08. RGB value is (179,121,8). Sum of RGB (Red+Green+Blue) = 179+121+8=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B37908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37908 is #4C86F7. Grayscale: #7D7D7D. Windows color (decimal): -5015288 or 555443. OLE color: 555443.

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

Color convert

RGB 179 121 8 -
CMYK 0 0.32 0.96 0.30
HSL 39.65º 0.91% 0.37% -
HSV(B) 39.65º 0.96% 0.7% -
XYZ 25.47 23.28 3.38 -
YUV 125.46 61.72 166.19 -
System Red Green Blue C M Y K H S L
Decimal 179 121 8 0 0.32 0.96 0.30 39.65 0.91 0.37
Hex B3 79 8 0 20 60 1E 28 5B 25
Octal 263 171 10 0 40 140 36 50 133 45
Binary 10110011 1111001 1000 0 100000 1100000 11110 101000 1011011 100101

Color Harmonies of #B37908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37908

Black with #B37908

Text Example


Text Example

White with #B37908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37908; }

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

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

background-color css

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

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

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

border-color css

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

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

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