Html Css Color HEX #B77529 Pirate Gold

📋 copy color: '#B77529'

red 183 ◦ green 117 ◦ blue 41

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

Shades of Pirate Gold #B77529

Tints of Pirate Gold #B77529

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.31%

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

R = 53.67%
G = 34.31%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B77529 (or 0xB77529) is known color: Pirate Gold. HEX triplet: B7, 75 and 29. RGB value is (183,117,41). Sum of RGB (Red+Green+Blue) = 183+117+41=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B77529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77529 is #488AD6. Grayscale: #808080. Windows color (decimal): -4754135 or 2717111. OLE color: 2717111.

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

Color convert

RGB 183 117 41 -
CMYK 0 0.36 0.78 0.28
HSL 32.11º 0.63% 0.44% -
HSV(B) 32.11º 0.78% 0.72% -
XYZ 26.29 22.95 5.14 -
YUV 128.07 78.87 167.18 -
System Red Green Blue C M Y K H S L
Decimal 183 117 41 0 0.36 0.78 0.28 32.11 0.63 0.44
Hex B7 75 29 0 24 4E 1C 20 3F 2C
Octal 267 165 51 0 44 116 34 40 77 54
Binary 10110111 1110101 101001 0 100100 1001110 11100 100000 111111 101100

Color Harmonies of #B77529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77529

Black with #B77529

Text Example


Text Example

White with #B77529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77529; }

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

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

background-color css

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

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

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

border-color css

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

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

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