Html Css Color HEX #B77429 Pirate Gold

📋 copy color: '#B77429'

red 183 ◦ green 116 ◦ blue 41

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

Shades of Pirate Gold #B77429

Tints of Pirate Gold #B77429

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.12%

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

R = 53.82%
G = 34.12%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B77429 (or 0xB77429) is known color: Pirate Gold. HEX triplet: B7, 74 and 29. RGB value is (183,116,41). Sum of RGB (Red+Green+Blue) = 183+116+41=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B77429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77429 is #488BD6. Grayscale: #7F7F7F. Windows color (decimal): -4754391 or 2716855. OLE color: 2716855.

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

Color convert

RGB 183 116 41 -
CMYK 0 0.37 0.78 0.28
HSL 31.69º 0.63% 0.44% -
HSV(B) 31.69º 0.78% 0.72% -
XYZ 26.17 22.72 5.1 -
YUV 127.48 79.2 167.6 -
System Red Green Blue C M Y K H S L
Decimal 183 116 41 0 0.37 0.78 0.28 31.69 0.63 0.44
Hex B7 74 29 0 25 4E 1C 20 3F 2C
Octal 267 164 51 0 45 116 34 40 77 54
Binary 10110111 1110100 101001 0 100101 1001110 11100 100000 111111 101100

Color Harmonies of #B77429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77429

Black with #B77429

Text Example


Text Example

White with #B77429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77429; }

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

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

background-color css

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

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

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

border-color css

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

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

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