Html Css Color HEX #B07C13 Dark Goldenrod

📋 copy color: '#B07C13'

red 176 ◦ green 124 ◦ blue 19

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

Shades of Dark Goldenrod #B07C13

Tints of Dark Goldenrod #B07C13

RGB

 RED value IS 176 (69.14% from 255) = 55.17%

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

 BLUE value IS 19 (7.81% from 255) = 5.96%

R = 55.17%
G = 38.87%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B07C13 (or 0xB07C13) is known color: Dark Goldenrod. HEX triplet: B0, 7C and 13. RGB value is (176,124,19). Sum of RGB (Red+Green+Blue) = 176+124+19=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07C13 is #4F83EC. Grayscale: #808080. Windows color (decimal): -5211117 or 1277104. OLE color: 1277104.

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

Color convert

RGB 176 124 19 -
CMYK 0 0.30 0.89 0.31
HSL 40.13º 0.81% 0.38% -
HSV(B) 40.13º 0.89% 0.69% -
XYZ 25.23 23.69 3.86 -
YUV 127.58 66.73 162.54 -
System Red Green Blue C M Y K H S L
Decimal 176 124 19 0 0.30 0.89 0.31 40.13 0.81 0.38
Hex B0 7C 13 0 1E 59 1F 28 51 26
Octal 260 174 23 0 36 131 37 50 121 46
Binary 10110000 1111100 10011 0 11110 1011001 11111 101000 1010001 100110

Color Harmonies of #B07C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07C13

Black with #B07C13

Text Example


Text Example

White with #B07C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07C13; }

 p { color: rgb(176,124,19); }

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

background-color css

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

 a { background-color: rgb(176,124,19); }

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

border-color css

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

 span { border-color: rgb(176,124,19); }

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