Html Css Color HEX #B76C17 Pirate Gold

📋 copy color: '#B76C17'

red 183 ◦ green 108 ◦ blue 23

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

Shades of Pirate Gold #B76C17

Tints of Pirate Gold #B76C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.32%

R = 58.28%
G = 34.39%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B76C17 (or 0xB76C17) is known color: Pirate Gold. HEX triplet: B7, 6C and 17. RGB value is (183,108,23). Sum of RGB (Red+Green+Blue) = 183+108+23=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76C17 is #4893E8. Grayscale: #797979. Windows color (decimal): -4756457 or 1535159. OLE color: 1535159.

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

Color convert

RGB 183 108 23 -
CMYK 0 0.41 0.87 0.28
HSL 31.88º 0.78% 0.4% -
HSV(B) 31.88º 0.87% 0.72% -
XYZ 25.05 20.85 3.52 -
YUV 120.74 72.85 172.41 -
System Red Green Blue C M Y K H S L
Decimal 183 108 23 0 0.41 0.87 0.28 31.88 0.78 0.4
Hex B7 6C 17 0 29 57 1C 20 4E 28
Octal 267 154 27 0 51 127 34 40 116 50
Binary 10110111 1101100 10111 0 101001 1010111 11100 100000 1001110 101000

Color Harmonies of #B76C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C17

Black with #B76C17

Text Example


Text Example

White with #B76C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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