Html Css Color HEX #B6732C Pirate Gold

📋 copy color: '#B6732C'

red 182 ◦ green 115 ◦ blue 44

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

Shades of Pirate Gold #B6732C

Tints of Pirate Gold #B6732C

RGB

 RED value IS 182 (71.48% from 255) = 53.37%

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

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

R = 53.37%
G = 33.72%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6732C (or 0xB6732C) is known color: Pirate Gold. HEX triplet: B6, 73 and 2C. RGB value is (182,115,44). Sum of RGB (Red+Green+Blue) = 182+115+44=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B6732C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6732C is #498CD3. Grayscale: #7F7F7F. Windows color (decimal): -4820180 or 2913206. OLE color: 2913206.

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

Color convert

RGB 182 115 44 -
CMYK 0 0.37 0.76 0.29
HSL 30.87º 0.61% 0.44% -
HSV(B) 30.87º 0.76% 0.71% -
XYZ 25.88 22.39 5.34 -
YUV 126.94 81.2 167.27 -
System Red Green Blue C M Y K H S L
Decimal 182 115 44 0 0.37 0.76 0.29 30.87 0.61 0.44
Hex B6 73 2C 0 25 4C 1D 1F 3D 2C
Octal 266 163 54 0 45 114 35 37 75 54
Binary 10110110 1110011 101100 0 100101 1001100 11101 11111 111101 101100

Color Harmonies of #B6732C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6732C

Black with #B6732C

Text Example


Text Example

White with #B6732C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6732C; }

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

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

background-color css

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

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

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

border-color css

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

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

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