Html Css Color HEX #B37C0A Dark Goldenrod

📋 copy color: '#B37C0A'

red 179 ◦ green 124 ◦ blue 10

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

Shades of Dark Goldenrod #B37C0A

Tints of Dark Goldenrod #B37C0A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.62%

 BLUE value IS 10 (4.3% from 255) = 3.19%

R = 57.19%
G = 39.62%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B37C0A (or 0xB37C0A) is known color: Dark Goldenrod. HEX triplet: B3, 7C and 0A. RGB value is (179,124,10). Sum of RGB (Red+Green+Blue) = 179+124+10=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37C0A is #4C83F5. Grayscale: #7F7F7F. Windows color (decimal): -5014518 or 687283. OLE color: 687283.

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

Color convert

RGB 179 124 10 -
CMYK 0 0.31 0.94 0.30
HSL 40.47º 0.89% 0.37% -
HSV(B) 40.47º 0.94% 0.7% -
XYZ 25.85 24.02 3.56 -
YUV 127.45 61.72 164.77 -
System Red Green Blue C M Y K H S L
Decimal 179 124 10 0 0.31 0.94 0.30 40.47 0.89 0.37
Hex B3 7C A 0 1F 5E 1E 28 59 25
Octal 263 174 12 0 37 136 36 50 131 45
Binary 10110011 1111100 1010 0 11111 1011110 11110 101000 1011001 100101

Color Harmonies of #B37C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37C0A

Black with #B37C0A

Text Example


Text Example

White with #B37C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37C0A; }

 p { color: rgb(179,124,10); }

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

background-color css

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

 a { background-color: rgb(179,124,10); }

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

border-color css

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

 span { border-color: rgb(179,124,10); }

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