Html Css Color HEX #B76813 Pirate Gold

📋 copy color: '#B76813'

red 183 ◦ green 104 ◦ blue 19

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

Shades of Pirate Gold #B76813

Tints of Pirate Gold #B76813

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.99%

 BLUE value IS 19 (7.81% from 255) = 6.21%

R = 59.8%
G = 33.99%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B76813 (or 0xB76813) is known color: Pirate Gold. HEX triplet: B7, 68 and 13. RGB value is (183,104,19). Sum of RGB (Red+Green+Blue) = 183+104+19=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B76813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76813 is #4897EC. Grayscale: #767676. Windows color (decimal): -4757485 or 1271991. OLE color: 1271991.

HSL color Cylindrical-coordinate representation of color #B76813: hue angle of 31.1º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B76813 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 104 19 -
CMYK 0 0.43 0.90 0.28
HSL 31.1º 0.81% 0.4% -
HSV(B) 31.1º 0.9% 0.72% -
XYZ 24.6 20.01 3.18 -
YUV 117.93 72.17 174.41 -
System Red Green Blue C M Y K H S L
Decimal 183 104 19 0 0.43 0.90 0.28 31.1 0.81 0.4
Hex B7 68 13 0 2B 5A 1C 1F 51 28
Octal 267 150 23 0 53 132 34 37 121 50
Binary 10110111 1101000 10011 0 101011 1011010 11100 11111 1010001 101000

Color Harmonies of #B76813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76813

Black with #B76813

Text Example


Text Example

White with #B76813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76813; }

 p { color: rgb(183,104,19); }

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

background-color css

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

 a { background-color: rgb(183,104,19); }

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

border-color css

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

 span { border-color: rgb(183,104,19); }

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