Html Css Color HEX #B76B13 Pirate Gold

📋 copy color: '#B76B13'

red 183 ◦ green 107 ◦ blue 19

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

Shades of Pirate Gold #B76B13

Tints of Pirate Gold #B76B13

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.63%

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

R = 59.22%
G = 34.63%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B76B13 (or 0xB76B13) is known color: Pirate Gold. HEX triplet: B7, 6B and 13. RGB value is (183,107,19). Sum of RGB (Red+Green+Blue) = 183+107+19=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76B13 is #4894EC. Grayscale: #787878. Windows color (decimal): -4756717 or 1272759. OLE color: 1272759.

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

Color convert

RGB 183 107 19 -
CMYK 0 0.42 0.90 0.28
HSL 32.2º 0.81% 0.4% -
HSV(B) 32.2º 0.9% 0.72% -
XYZ 24.9 20.63 3.29 -
YUV 119.69 71.18 173.16 -
System Red Green Blue C M Y K H S L
Decimal 183 107 19 0 0.42 0.90 0.28 32.2 0.81 0.4
Hex B7 6B 13 0 2A 5A 1C 20 51 28
Octal 267 153 23 0 52 132 34 40 121 50
Binary 10110111 1101011 10011 0 101010 1011010 11100 100000 1010001 101000

Color Harmonies of #B76B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76B13

Black with #B76B13

Text Example


Text Example

White with #B76B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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