Html Css Color HEX #B37B05 Dark Goldenrod

📋 copy color: '#B37B05'

red 179 ◦ green 123 ◦ blue 5

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

Shades of Dark Goldenrod #B37B05

Tints of Dark Goldenrod #B37B05

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.07%

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

R = 58.31%
G = 40.07%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B37B05 (or 0xB37B05) is known color: Dark Goldenrod. HEX triplet: B3, 7B and 05. RGB value is (179,123,5). Sum of RGB (Red+Green+Blue) = 179+123+5=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37B05 is #4C84FA. Grayscale: #7E7E7E. Windows color (decimal): -5014779 or 359347. OLE color: 359347.

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

Color convert

RGB 179 123 5 -
CMYK 0 0.31 0.97 0.30
HSL 40.69º 0.95% 0.36% -
HSV(B) 40.69º 0.97% 0.7% -
XYZ 25.7 23.76 3.38 -
YUV 126.29 59.55 165.59 -
System Red Green Blue C M Y K H S L
Decimal 179 123 5 0 0.31 0.97 0.30 40.69 0.95 0.36
Hex B3 7B 5 0 1F 61 1E 29 5F 24
Octal 263 173 5 0 37 141 36 51 137 44
Binary 10110011 1111011 101 0 11111 1100001 11110 101001 1011111 100100

Color Harmonies of #B37B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37B05

Black with #B37B05

Text Example


Text Example

White with #B37B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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