Html Css Color HEX #B76C15 Pirate Gold

📋 copy color: '#B76C15'

red 183 ◦ green 108 ◦ blue 21

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

Shades of Pirate Gold #B76C15

Tints of Pirate Gold #B76C15

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.62%

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

R = 58.65%
G = 34.62%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B76C15 (or 0xB76C15) is known color: Pirate Gold. HEX triplet: B7, 6C and 15. RGB value is (183,108,21). Sum of RGB (Red+Green+Blue) = 183+108+21=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76C15 is #4893EA. Grayscale: #787878. Windows color (decimal): -4756459 or 1404087. OLE color: 1404087.

HSL color Cylindrical-coordinate representation of color #B76C15: hue angle of 32.22º 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 #B76C15 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 108 21 -
CMYK 0 0.41 0.89 0.28
HSL 32.22º 0.79% 0.4% -
HSV(B) 32.22º 0.89% 0.72% -
XYZ 25.03 20.85 3.41 -
YUV 120.51 71.85 172.57 -
System Red Green Blue C M Y K H S L
Decimal 183 108 21 0 0.41 0.89 0.28 32.22 0.79 0.4
Hex B7 6C 15 0 29 59 1C 20 4F 28
Octal 267 154 25 0 51 131 34 40 117 50
Binary 10110111 1101100 10101 0 101001 1011001 11100 100000 1001111 101000

Color Harmonies of #B76C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C15

Black with #B76C15

Text Example


Text Example

White with #B76C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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