Html Css Color HEX #B77229 Pirate Gold

📋 copy color: '#B77229'

red 183 ◦ green 114 ◦ blue 41

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

Shades of Pirate Gold #B77229

Tints of Pirate Gold #B77229

RGB

 RED value IS 183 (71.88% from 255) = 54.14%

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

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

R = 54.14%
G = 33.73%
B = 12.13%

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

#B77229 (or 0xB77229) is known color: Pirate Gold. HEX triplet: B7, 72 and 29. RGB value is (183,114,41). Sum of RGB (Red+Green+Blue) = 183+114+41=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B77229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77229 is #488DD6. Grayscale: #7E7E7E. Windows color (decimal): -4754903 or 2716343. OLE color: 2716343.

HSL color Cylindrical-coordinate representation of color #B77229: hue angle of 30.85º degrees, saturation: 0.63, 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 #B77229 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 114 41 -
CMYK 0 0.38 0.78 0.28
HSL 30.85º 0.63% 0.44% -
HSV(B) 30.85º 0.78% 0.72% -
XYZ 25.95 22.26 5.03 -
YUV 126.31 79.86 168.44 -
System Red Green Blue C M Y K H S L
Decimal 183 114 41 0 0.38 0.78 0.28 30.85 0.63 0.44
Hex B7 72 29 0 26 4E 1C 1F 3F 2C
Octal 267 162 51 0 46 116 34 37 77 54
Binary 10110111 1110010 101001 0 100110 1001110 11100 11111 111111 101100

Color Harmonies of #B77229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77229

Black with #B77229

Text Example


Text Example

White with #B77229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77229; }

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

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

background-color css

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

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

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

border-color css

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

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

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