Html Css Color HEX #B07515 Dark Goldenrod

📋 copy color: '#B07515'

red 176 ◦ green 117 ◦ blue 21

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

Shades of Dark Goldenrod #B07515

Tints of Dark Goldenrod #B07515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.69%

R = 56.05%
G = 37.26%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B07515 (or 0xB07515) is known color: Dark Goldenrod. HEX triplet: B0, 75 and 15. RGB value is (176,117,21). Sum of RGB (Red+Green+Blue) = 176+117+21=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B07515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07515 is #4F8AEA. Grayscale: #7C7C7C. Windows color (decimal): -5212907 or 1406384. OLE color: 1406384.

HSL color Cylindrical-coordinate representation of color #B07515: hue angle of 37.16º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B07515 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 117 21 -
CMYK 0 0.34 0.88 0.31
HSL 37.16º 0.79% 0.39% -
HSV(B) 37.16º 0.88% 0.69% -
XYZ 24.4 22.01 3.67 -
YUV 123.7 70.05 165.31 -
System Red Green Blue C M Y K H S L
Decimal 176 117 21 0 0.34 0.88 0.31 37.16 0.79 0.39
Hex B0 75 15 0 22 58 1F 25 4F 27
Octal 260 165 25 0 42 130 37 45 117 47
Binary 10110000 1110101 10101 0 100010 1011000 11111 100101 1001111 100111

Color Harmonies of #B07515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07515

Black with #B07515

Text Example


Text Example

White with #B07515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07515; }

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

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

background-color css

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

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

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

border-color css

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

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

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