Html Css Color HEX #B76C20 Pirate Gold

📋 copy color: '#B76C20'

red 183 ◦ green 108 ◦ blue 32

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

Shades of Pirate Gold #B76C20

Tints of Pirate Gold #B76C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.91%

R = 56.66%
G = 33.44%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B76C20 (or 0xB76C20) is known color: Pirate Gold. HEX triplet: B7, 6C and 20. RGB value is (183,108,32). Sum of RGB (Red+Green+Blue) = 183+108+32=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76C20 is #4893DF. Grayscale: #7A7A7A. Windows color (decimal): -4756448 or 2124983. OLE color: 2124983.

HSL color Cylindrical-coordinate representation of color #B76C20: hue angle of 30.2º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B76C20 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 108 32 -
CMYK 0 0.41 0.83 0.28
HSL 30.2º 0.7% 0.42% -
HSV(B) 30.2º 0.83% 0.72% -
XYZ 25.15 20.9 4.07 -
YUV 121.76 77.35 171.68 -
System Red Green Blue C M Y K H S L
Decimal 183 108 32 0 0.41 0.83 0.28 30.2 0.7 0.42
Hex B7 6C 20 0 29 53 1C 1E 46 2A
Octal 267 154 40 0 51 123 34 36 106 52
Binary 10110111 1101100 100000 0 101001 1010011 11100 11110 1000110 101010

Color Harmonies of #B76C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C20

Black with #B76C20

Text Example


Text Example

White with #B76C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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