Html Css Color HEX #B77527 Pirate Gold

📋 copy color: '#B77527'

red 183 ◦ green 117 ◦ blue 39

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

Shades of Pirate Gold #B77527

Tints of Pirate Gold #B77527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.5%

R = 53.98%
G = 34.51%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B77527 (or 0xB77527) is known color: Pirate Gold. HEX triplet: B7, 75 and 27. RGB value is (183,117,39). Sum of RGB (Red+Green+Blue) = 183+117+39=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B77527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77527 is #488AD8. Grayscale: #808080. Windows color (decimal): -4754137 or 2586039. OLE color: 2586039.

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

Color convert

RGB 183 117 39 -
CMYK 0 0.36 0.79 0.28
HSL 32.5º 0.65% 0.44% -
HSV(B) 32.5º 0.79% 0.72% -
XYZ 26.26 22.94 4.96 -
YUV 127.84 77.87 167.34 -
System Red Green Blue C M Y K H S L
Decimal 183 117 39 0 0.36 0.79 0.28 32.5 0.65 0.44
Hex B7 75 27 0 24 4F 1C 20 41 2C
Octal 267 165 47 0 44 117 34 40 101 54
Binary 10110111 1110101 100111 0 100100 1001111 11100 100000 1000001 101100

Color Harmonies of #B77527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77527

Black with #B77527

Text Example


Text Example

White with #B77527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77527; }

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

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

background-color css

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

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

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

border-color css

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

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

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