Html Css Color HEX #B27229 Pirate Gold

📋 copy color: '#B27229'

red 178 ◦ green 114 ◦ blue 41

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

Shades of Pirate Gold #B27229

Tints of Pirate Gold #B27229

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.23%

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

R = 53.45%
G = 34.23%
B = 12.31%

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

#B27229 (or 0xB27229) is known color: Pirate Gold. HEX triplet: B2, 72 and 29. RGB value is (178,114,41). Sum of RGB (Red+Green+Blue) = 178+114+41=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B27229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27229 is #4D8DD6. Grayscale: #7D7D7D. Windows color (decimal): -5082583 or 2716338. OLE color: 2716338.

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

Color convert

RGB 178 114 41 -
CMYK 0 0.36 0.77 0.30
HSL 31.97º 0.63% 0.43% -
HSV(B) 31.97º 0.77% 0.7% -
XYZ 24.78 21.66 4.97 -
YUV 124.81 80.7 165.94 -
System Red Green Blue C M Y K H S L
Decimal 178 114 41 0 0.36 0.77 0.30 31.97 0.63 0.43
Hex B2 72 29 0 24 4D 1E 20 3F 2B
Octal 262 162 51 0 44 115 36 40 77 53
Binary 10110010 1110010 101001 0 100100 1001101 11110 100000 111111 101011

Color Harmonies of #B27229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27229

Black with #B27229

Text Example


Text Example

White with #B27229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27229; }

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

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

background-color css

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

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

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

border-color css

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

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

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