Html Css Color HEX #B37B06 Dark Goldenrod

📋 copy color: '#B37B06'

red 179 ◦ green 123 ◦ blue 6

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

Shades of Dark Goldenrod #B37B06

Tints of Dark Goldenrod #B37B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.95%

R = 58.12%
G = 39.94%
B = 1.95%

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

#B37B06 (or 0xB37B06) is known color: Dark Goldenrod. HEX triplet: B3, 7B and 06. RGB value is (179,123,6). Sum of RGB (Red+Green+Blue) = 179+123+6=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37B06 is #4C84F9. Grayscale: #7E7E7E. Windows color (decimal): -5014778 or 424883. OLE color: 424883.

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

Color convert

RGB 179 123 6 -
CMYK 0 0.31 0.97 0.30
HSL 40.58º 0.94% 0.36% -
HSV(B) 40.58º 0.97% 0.7% -
XYZ 25.71 23.76 3.4 -
YUV 126.41 60.05 165.51 -
System Red Green Blue C M Y K H S L
Decimal 179 123 6 0 0.31 0.97 0.30 40.58 0.94 0.36
Hex B3 7B 6 0 1F 61 1E 29 5E 24
Octal 263 173 6 0 37 141 36 51 136 44
Binary 10110011 1111011 110 0 11111 1100001 11110 101001 1011110 100100

Color Harmonies of #B37B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37B06

Black with #B37B06

Text Example


Text Example

White with #B37B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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