Html Css Color HEX #B37B0E Dark Goldenrod

📋 copy color: '#B37B0E'

red 179 ◦ green 123 ◦ blue 14

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

Shades of Dark Goldenrod #B37B0E

Tints of Dark Goldenrod #B37B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.43%

R = 56.65%
G = 38.92%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B37B0E (or 0xB37B0E) is known color: Dark Goldenrod. HEX triplet: B3, 7B and 0E. RGB value is (179,123,14). Sum of RGB (Red+Green+Blue) = 179+123+14=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37B0E is #4C84F1. Grayscale: #7F7F7F. Windows color (decimal): -5014770 or 949171. OLE color: 949171.

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

Color convert

RGB 179 123 14 -
CMYK 0 0.31 0.92 0.30
HSL 39.64º 0.85% 0.38% -
HSV(B) 39.64º 0.92% 0.7% -
XYZ 25.75 23.78 3.65 -
YUV 127.32 64.05 164.86 -
System Red Green Blue C M Y K H S L
Decimal 179 123 14 0 0.31 0.92 0.30 39.64 0.85 0.38
Hex B3 7B E 0 1F 5C 1E 28 55 26
Octal 263 173 16 0 37 134 36 50 125 46
Binary 10110011 1111011 1110 0 11111 1011100 11110 101000 1010101 100110

Color Harmonies of #B37B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37B0E

Black with #B37B0E

Text Example


Text Example

White with #B37B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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