Html Css Color HEX #B3732C Pirate Gold

📋 copy color: '#B3732C'

red 179 ◦ green 115 ◦ blue 44

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

Shades of Pirate Gold #B3732C

Tints of Pirate Gold #B3732C

RGB

 RED value IS 179 (70.31% from 255) = 52.96%

 GREEN value IS 115 (45.31% from 255) = 34.02%

 BLUE value IS 44 (17.58% from 255) = 13.02%

R = 52.96%
G = 34.02%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3732C (or 0xB3732C) is known color: Pirate Gold. HEX triplet: B3, 73 and 2C. RGB value is (179,115,44). Sum of RGB (Red+Green+Blue) = 179+115+44=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B3732C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3732C is #4C8CD3. Grayscale: #7E7E7E. Windows color (decimal): -5016788 or 2913203. OLE color: 2913203.

HSL color Cylindrical-coordinate representation of color #B3732C: hue angle of 31.56º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3732C is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 115 44 -
CMYK 0 0.36 0.75 0.30
HSL 31.56º 0.61% 0.44% -
HSV(B) 31.56º 0.75% 0.7% -
XYZ 25.18 22.03 5.31 -
YUV 126.04 81.7 165.77 -
System Red Green Blue C M Y K H S L
Decimal 179 115 44 0 0.36 0.75 0.30 31.56 0.61 0.44
Hex B3 73 2C 0 24 4B 1E 20 3D 2C
Octal 263 163 54 0 44 113 36 40 75 54
Binary 10110011 1110011 101100 0 100100 1001011 11110 100000 111101 101100

Color Harmonies of #B3732C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3732C

Black with #B3732C

Text Example


Text Example

White with #B3732C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3732C; }

 p { color: rgb(179,115,44); }

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

background-color css

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

 a { background-color: rgb(179,115,44); }

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

border-color css

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

 span { border-color: rgb(179,115,44); }

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