Html Css Color HEX #B3732B Pirate Gold

📋 copy color: '#B3732B'

red 179 ◦ green 115 ◦ blue 43

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

Shades of Pirate Gold #B3732B

Tints of Pirate Gold #B3732B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.76%

R = 53.12%
G = 34.12%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B3732B (or 0xB3732B) is known color: Pirate Gold. HEX triplet: B3, 73 and 2B. RGB value is (179,115,43). Sum of RGB (Red+Green+Blue) = 179+115+43=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B3732B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3732B is #4C8CD4. Grayscale: #7E7E7E. Windows color (decimal): -5016789 or 2847667. OLE color: 2847667.

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

Color convert

RGB 179 115 43 -
CMYK 0 0.36 0.76 0.30
HSL 31.76º 0.61% 0.44% -
HSV(B) 31.76º 0.76% 0.7% -
XYZ 25.16 22.02 5.21 -
YUV 125.93 81.2 165.85 -
System Red Green Blue C M Y K H S L
Decimal 179 115 43 0 0.36 0.76 0.30 31.76 0.61 0.44
Hex B3 73 2B 0 24 4C 1E 20 3D 2C
Octal 263 163 53 0 44 114 36 40 75 54
Binary 10110011 1110011 101011 0 100100 1001100 11110 100000 111101 101100

Color Harmonies of #B3732B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3732B

Black with #B3732B

Text Example


Text Example

White with #B3732B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3732B; }

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

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

background-color css

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

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

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

border-color css

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

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

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