Html Css Color HEX #B77129 Pirate Gold

📋 copy color: '#B77129'

red 183 ◦ green 113 ◦ blue 41

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

Shades of Pirate Gold #B77129

Tints of Pirate Gold #B77129

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.53%

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

R = 54.3%
G = 33.53%
B = 12.17%

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

#B77129 (or 0xB77129) is known color: Pirate Gold. HEX triplet: B7, 71 and 29. RGB value is (183,113,41). Sum of RGB (Red+Green+Blue) = 183+113+41=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B77129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77129 is #488ED6. Grayscale: #7E7E7E. Windows color (decimal): -4755159 or 2716087. OLE color: 2716087.

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

Color convert

RGB 183 113 41 -
CMYK 0 0.38 0.78 0.28
HSL 30.42º 0.63% 0.44% -
HSV(B) 30.42º 0.78% 0.72% -
XYZ 25.83 22.04 4.99 -
YUV 125.72 80.19 168.85 -
System Red Green Blue C M Y K H S L
Decimal 183 113 41 0 0.38 0.78 0.28 30.42 0.63 0.44
Hex B7 71 29 0 26 4E 1C 1E 3F 2C
Octal 267 161 51 0 46 116 34 36 77 54
Binary 10110111 1110001 101001 0 100110 1001110 11100 11110 111111 101100

Color Harmonies of #B77129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77129

Black with #B77129

Text Example


Text Example

White with #B77129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77129; }

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

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

background-color css

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

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

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

border-color css

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

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

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