Html Css Color HEX #B27329 Pirate Gold

📋 copy color: '#B27329'

red 178 ◦ green 115 ◦ blue 41

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

Shades of Pirate Gold #B27329

Tints of Pirate Gold #B27329

RGB

 RED value IS 178 (69.92% from 255) = 53.29%

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

 BLUE value IS 41 (16.41% from 255) = 12.28%

R = 53.29%
G = 34.43%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B27329 (or 0xB27329) is known color: Pirate Gold. HEX triplet: B2, 73 and 29. RGB value is (178,115,41). Sum of RGB (Red+Green+Blue) = 178+115+41=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B27329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27329 is #4D8CD6. Grayscale: #7D7D7D. Windows color (decimal): -5082327 or 2716594. OLE color: 2716594.

HSL color Cylindrical-coordinate representation of color #B27329: hue angle of 32.41º degrees, saturation: 0.63, 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 #B27329 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 115 41 -
CMYK 0 0.35 0.77 0.30
HSL 32.41º 0.63% 0.43% -
HSV(B) 32.41º 0.77% 0.7% -
XYZ 24.89 21.89 5.01 -
YUV 125.4 80.37 165.52 -
System Red Green Blue C M Y K H S L
Decimal 178 115 41 0 0.35 0.77 0.30 32.41 0.63 0.43
Hex B2 73 29 0 23 4D 1E 20 3F 2B
Octal 262 163 51 0 43 115 36 40 77 53
Binary 10110010 1110011 101001 0 100011 1001101 11110 100000 111111 101011

Color Harmonies of #B27329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27329

Black with #B27329

Text Example


Text Example

White with #B27329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27329; }

 p { color: rgb(178,115,41); }

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

background-color css

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

 a { background-color: rgb(178,115,41); }

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

border-color css

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

 span { border-color: rgb(178,115,41); }

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