Html Css Color HEX #B37905 Dark Goldenrod

📋 copy color: '#B37905'

red 179 ◦ green 121 ◦ blue 5

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

Shades of Dark Goldenrod #B37905

Tints of Dark Goldenrod #B37905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 58.69%
G = 39.67%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B37905 (or 0xB37905) is known color: Dark Goldenrod. HEX triplet: B3, 79 and 05. RGB value is (179,121,5). Sum of RGB (Red+Green+Blue) = 179+121+5=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B37905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37905 is #4C86FA. Grayscale: #7D7D7D. Windows color (decimal): -5015291 or 358835. OLE color: 358835.

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

Color convert

RGB 179 121 5 -
CMYK 0 0.32 0.97 0.30
HSL 40º 0.95% 0.36% -
HSV(B) 40º 0.97% 0.7% -
XYZ 25.46 23.27 3.29 -
YUV 125.12 60.22 166.43 -
System Red Green Blue C M Y K H S L
Decimal 179 121 5 0 0.32 0.97 0.30 40 0.95 0.36
Hex B3 79 5 0 20 61 1E 28 5F 24
Octal 263 171 5 0 40 141 36 50 137 44
Binary 10110011 1111001 101 0 100000 1100001 11110 101000 1011111 100100

Color Harmonies of #B37905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37905

Black with #B37905

Text Example


Text Example

White with #B37905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37905; }

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

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

background-color css

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

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

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

border-color css

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

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

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