Html Css Color HEX #B76D15 Pirate Gold

📋 copy color: '#B76D15'

red 183 ◦ green 109 ◦ blue 21

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

Shades of Pirate Gold #B76D15

Tints of Pirate Gold #B76D15

RGB

 RED value IS 183 (71.88% from 255) = 58.47%

 GREEN value IS 109 (42.97% from 255) = 34.82%

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

R = 58.47%
G = 34.82%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B76D15 (or 0xB76D15) is known color: Pirate Gold. HEX triplet: B7, 6D and 15. RGB value is (183,109,21). Sum of RGB (Red+Green+Blue) = 183+109+21=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76D15 is #4892EA. Grayscale: #797979. Windows color (decimal): -4756203 or 1404343. OLE color: 1404343.

HSL color Cylindrical-coordinate representation of color #B76D15: hue angle of 32.59º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B76D15 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 109 21 -
CMYK 0 0.40 0.89 0.28
HSL 32.59º 0.79% 0.4% -
HSV(B) 32.59º 0.89% 0.72% -
XYZ 25.13 21.06 3.45 -
YUV 121.09 71.52 172.16 -
System Red Green Blue C M Y K H S L
Decimal 183 109 21 0 0.40 0.89 0.28 32.59 0.79 0.4
Hex B7 6D 15 0 28 59 1C 21 4F 28
Octal 267 155 25 0 50 131 34 41 117 50
Binary 10110111 1101101 10101 0 101000 1011001 11100 100001 1001111 101000

Color Harmonies of #B76D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76D15

Black with #B76D15

Text Example


Text Example

White with #B76D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76D15; }

 p { color: rgb(183,109,21); }

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

background-color css

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

 a { background-color: rgb(183,109,21); }

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

border-color css

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

 span { border-color: rgb(183,109,21); }

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