Html Css Color HEX #B96812 Pirate Gold

📋 copy color: '#B96812'

red 185 ◦ green 104 ◦ blue 18

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

Shades of Pirate Gold #B96812

Tints of Pirate Gold #B96812

RGB

 RED value IS 185 (72.66% from 255) = 60.26%

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

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

R = 60.26%
G = 33.88%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B96812 (or 0xB96812) is known color: Pirate Gold. HEX triplet: B9, 68 and 12. RGB value is (185,104,18). Sum of RGB (Red+Green+Blue) = 185+104+18=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B96812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96812 is #4697ED. Grayscale: #767676. Windows color (decimal): -4626414 or 1206457. OLE color: 1206457.

HSL color Cylindrical-coordinate representation of color #B96812: hue angle of 30.9º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B96812 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 104 18 -
CMYK 0 0.44 0.90 0.27
HSL 30.9º 0.82% 0.4% -
HSV(B) 30.9º 0.9% 0.73% -
XYZ 25.07 20.26 3.16 -
YUV 118.42 71.34 175.49 -
System Red Green Blue C M Y K H S L
Decimal 185 104 18 0 0.44 0.90 0.27 30.9 0.82 0.4
Hex B9 68 12 0 2C 5A 1B 1F 52 28
Octal 271 150 22 0 54 132 33 37 122 50
Binary 10111001 1101000 10010 0 101100 1011010 11011 11111 1010010 101000

Color Harmonies of #B96812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96812

Black with #B96812

Text Example


Text Example

White with #B96812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96812; }

 p { color: rgb(185,104,18); }

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

background-color css

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

 a { background-color: rgb(185,104,18); }

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

border-color css

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

 span { border-color: rgb(185,104,18); }

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