Html Css Color HEX #B76912 Pirate Gold

📋 copy color: '#B76912'

red 183 ◦ green 105 ◦ blue 18

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

Shades of Pirate Gold #B76912

Tints of Pirate Gold #B76912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.31%

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

R = 59.8%
G = 34.31%
B = 5.88%

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

#B76912 (or 0xB76912) is known color: Pirate Gold. HEX triplet: B7, 69 and 12. RGB value is (183,105,18). Sum of RGB (Red+Green+Blue) = 183+105+18=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B76912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76912 is #4896ED. Grayscale: #767676. Windows color (decimal): -4757230 or 1206711. OLE color: 1206711.

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

Color convert

RGB 183 105 18 -
CMYK 0 0.43 0.90 0.28
HSL 31.64º 0.82% 0.39% -
HSV(B) 31.64º 0.9% 0.72% -
XYZ 24.69 20.21 3.17 -
YUV 118.4 71.34 174.07 -
System Red Green Blue C M Y K H S L
Decimal 183 105 18 0 0.43 0.90 0.28 31.64 0.82 0.39
Hex B7 69 12 0 2B 5A 1C 20 52 27
Octal 267 151 22 0 53 132 34 40 122 47
Binary 10110111 1101001 10010 0 101011 1011010 11100 100000 1010010 100111

Color Harmonies of #B76912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76912

Black with #B76912

Text Example


Text Example

White with #B76912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76912; }

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

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

background-color css

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

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

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

border-color css

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

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

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