Html Css Color HEX #B07514 Dark Goldenrod

📋 copy color: '#B07514'

red 176 ◦ green 117 ◦ blue 20

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

Shades of Dark Goldenrod #B07514

Tints of Dark Goldenrod #B07514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.38%

 BLUE value IS 20 (8.2% from 255) = 6.39%

R = 56.23%
G = 37.38%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B07514 (or 0xB07514) is known color: Dark Goldenrod. HEX triplet: B0, 75 and 14. RGB value is (176,117,20). Sum of RGB (Red+Green+Blue) = 176+117+20=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B07514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07514 is #4F8AEB. Grayscale: #7C7C7C. Windows color (decimal): -5212908 or 1340848. OLE color: 1340848.

HSL color Cylindrical-coordinate representation of color #B07514: hue angle of 37.31º degrees, saturation: 0.8, 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 #B07514 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 117 20 -
CMYK 0 0.34 0.89 0.31
HSL 37.31º 0.8% 0.38% -
HSV(B) 37.31º 0.89% 0.69% -
XYZ 24.39 22 3.62 -
YUV 123.58 69.55 165.39 -
System Red Green Blue C M Y K H S L
Decimal 176 117 20 0 0.34 0.89 0.31 37.31 0.8 0.38
Hex B0 75 14 0 22 59 1F 25 50 26
Octal 260 165 24 0 42 131 37 45 120 46
Binary 10110000 1110101 10100 0 100010 1011001 11111 100101 1010000 100110

Color Harmonies of #B07514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07514

Black with #B07514

Text Example


Text Example

White with #B07514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07514; }

 p { color: rgb(176,117,20); }

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

background-color css

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

 a { background-color: rgb(176,117,20); }

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

border-color css

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

 span { border-color: rgb(176,117,20); }

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