Html Css Color HEX #B37B02 Dark Goldenrod

📋 copy color: '#B37B02'

red 179 ◦ green 123 ◦ blue 2

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

Shades of Dark Goldenrod #B37B02

Tints of Dark Goldenrod #B37B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 58.88%
G = 40.46%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B37B02 (or 0xB37B02) is known color: Dark Goldenrod. HEX triplet: B3, 7B and 02. RGB value is (179,123,2). Sum of RGB (Red+Green+Blue) = 179+123+2=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37B02 is #4C84FD. Grayscale: #7E7E7E. Windows color (decimal): -5014782 or 162739. OLE color: 162739.

HSL color Cylindrical-coordinate representation of color #B37B02: hue angle of 41.02º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B37B02 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 123 2 -
CMYK 0 0.31 0.99 0.30
HSL 41.02º 0.98% 0.35% -
HSV(B) 41.02º 0.99% 0.7% -
XYZ 25.68 23.75 3.29 -
YUV 125.95 58.05 165.84 -
System Red Green Blue C M Y K H S L
Decimal 179 123 2 0 0.31 0.99 0.30 41.02 0.98 0.35
Hex B3 7B 2 0 1F 63 1E 29 62 23
Octal 263 173 2 0 37 143 36 51 142 43
Binary 10110011 1111011 10 0 11111 1100011 11110 101001 1100010 100011

Color Harmonies of #B37B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37B02

Black with #B37B02

Text Example


Text Example

White with #B37B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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