Html Css Color HEX #B96C21 Pirate Gold

📋 copy color: '#B96C21'

red 185 ◦ green 108 ◦ blue 33

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

Shades of Pirate Gold #B96C21

Tints of Pirate Gold #B96C21

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.13%

 BLUE value IS 33 (13.28% from 255) = 10.12%

R = 56.75%
G = 33.13%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B96C21 (or 0xB96C21) is known color: Pirate Gold. HEX triplet: B9, 6C and 21. RGB value is (185,108,33). Sum of RGB (Red+Green+Blue) = 185+108+33=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C21 is #4693DE. Grayscale: #7A7A7A. Windows color (decimal): -4625375 or 2190521. OLE color: 2190521.

HSL color Cylindrical-coordinate representation of color #B96C21: hue angle of 29.61º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B96C21 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 108 33 -
CMYK 0 0.42 0.82 0.27
HSL 29.61º 0.7% 0.43% -
HSV(B) 29.61º 0.82% 0.73% -
XYZ 25.64 21.15 4.17 -
YUV 122.47 77.51 172.6 -
System Red Green Blue C M Y K H S L
Decimal 185 108 33 0 0.42 0.82 0.27 29.61 0.7 0.43
Hex B9 6C 21 0 2A 52 1B 1E 46 2B
Octal 271 154 41 0 52 122 33 36 106 53
Binary 10111001 1101100 100001 0 101010 1010010 11011 11110 1000110 101011

Color Harmonies of #B96C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C21

Black with #B96C21

Text Example


Text Example

White with #B96C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C21; }

 p { color: rgb(185,108,33); }

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

background-color css

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

 a { background-color: rgb(185,108,33); }

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

border-color css

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

 span { border-color: rgb(185,108,33); }

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