Html Css Color HEX #B87229 Pirate Gold

📋 copy color: '#B87229'

red 184 ◦ green 114 ◦ blue 41

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

Shades of Pirate Gold #B87229

Tints of Pirate Gold #B87229

RGB

 RED value IS 184 (72.27% from 255) = 54.28%

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

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

R = 54.28%
G = 33.63%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B87229 (or 0xB87229) is known color: Pirate Gold. HEX triplet: B8, 72 and 29. RGB value is (184,114,41). Sum of RGB (Red+Green+Blue) = 184+114+41=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B87229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87229 is #478DD6. Grayscale: #7E7E7E. Windows color (decimal): -4689367 or 2716344. OLE color: 2716344.

HSL color Cylindrical-coordinate representation of color #B87229: hue angle of 30.63º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B87229 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 114 41 -
CMYK 0 0.38 0.78 0.28
HSL 30.63º 0.64% 0.44% -
HSV(B) 30.63º 0.78% 0.72% -
XYZ 26.18 22.39 5.04 -
YUV 126.61 79.69 168.94 -
System Red Green Blue C M Y K H S L
Decimal 184 114 41 0 0.38 0.78 0.28 30.63 0.64 0.44
Hex B8 72 29 0 26 4E 1C 1F 40 2C
Octal 270 162 51 0 46 116 34 37 100 54
Binary 10111000 1110010 101001 0 100110 1001110 11100 11111 1000000 101100

Color Harmonies of #B87229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87229

Black with #B87229

Text Example


Text Example

White with #B87229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87229; }

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

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

background-color css

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

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

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

border-color css

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

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

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