Html Css Color HEX #B76A12 Pirate Gold

📋 copy color: '#B76A12'

red 183 ◦ green 106 ◦ blue 18

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

Shades of Pirate Gold #B76A12

Tints of Pirate Gold #B76A12

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.53%

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 59.61%
G = 34.53%
B = 5.86%

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

#B76A12 (or 0xB76A12) is known color: Pirate Gold. HEX triplet: B7, 6A and 12. RGB value is (183,106,18). Sum of RGB (Red+Green+Blue) = 183+106+18=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76A12 is #4895ED. Grayscale: #777777. Windows color (decimal): -4756974 or 1206967. OLE color: 1206967.

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

Color convert

RGB 183 106 18 -
CMYK 0 0.42 0.90 0.28
HSL 32º 0.82% 0.39% -
HSV(B) 32º 0.9% 0.72% -
XYZ 24.79 20.42 3.21 -
YUV 118.99 71.01 173.66 -
System Red Green Blue C M Y K H S L
Decimal 183 106 18 0 0.42 0.90 0.28 32 0.82 0.39
Hex B7 6A 12 0 2A 5A 1C 20 52 27
Octal 267 152 22 0 52 132 34 40 122 47
Binary 10110111 1101010 10010 0 101010 1011010 11100 100000 1010010 100111

Color Harmonies of #B76A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A12

Black with #B76A12

Text Example


Text Example

White with #B76A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A12; }

 p { color: rgb(183,106,18); }

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

background-color css

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

 a { background-color: rgb(183,106,18); }

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

border-color css

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

 span { border-color: rgb(183,106,18); }

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