Html Css Color HEX #B3732A Pirate Gold

📋 copy color: '#B3732A'

red 179 ◦ green 115 ◦ blue 42

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

Shades of Pirate Gold #B3732A

Tints of Pirate Gold #B3732A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.5%

R = 53.27%
G = 34.23%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B3732A (or 0xB3732A) is known color: Pirate Gold. HEX triplet: B3, 73 and 2A. RGB value is (179,115,42). Sum of RGB (Red+Green+Blue) = 179+115+42=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B3732A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3732A is #4C8CD5. Grayscale: #7E7E7E. Windows color (decimal): -5016790 or 2782131. OLE color: 2782131.

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

Color convert

RGB 179 115 42 -
CMYK 0 0.36 0.77 0.30
HSL 31.97º 0.62% 0.43% -
HSV(B) 31.97º 0.77% 0.7% -
XYZ 25.14 22.01 5.11 -
YUV 125.81 80.7 165.94 -
System Red Green Blue C M Y K H S L
Decimal 179 115 42 0 0.36 0.77 0.30 31.97 0.62 0.43
Hex B3 73 2A 0 24 4D 1E 20 3E 2B
Octal 263 163 52 0 44 115 36 40 76 53
Binary 10110011 1110011 101010 0 100100 1001101 11110 100000 111110 101011

Color Harmonies of #B3732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3732A

Black with #B3732A

Text Example


Text Example

White with #B3732A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3732A; }

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

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

background-color css

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

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

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

border-color css

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

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

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