Html Css Color HEX #B77526 Pirate Gold

📋 copy color: '#B77526'

red 183 ◦ green 117 ◦ blue 38

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

Shades of Pirate Gold #B77526

Tints of Pirate Gold #B77526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.24%

R = 54.14%
G = 34.62%
B = 11.24%

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

#B77526 (or 0xB77526) is known color: Pirate Gold. HEX triplet: B7, 75 and 26. RGB value is (183,117,38). Sum of RGB (Red+Green+Blue) = 183+117+38=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B77526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77526 is #488AD9. Grayscale: #808080. Windows color (decimal): -4754138 or 2520503. OLE color: 2520503.

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

Color convert

RGB 183 117 38 -
CMYK 0 0.36 0.79 0.28
HSL 32.69º 0.66% 0.43% -
HSV(B) 32.69º 0.79% 0.72% -
XYZ 26.24 22.93 4.88 -
YUV 127.73 77.37 167.42 -
System Red Green Blue C M Y K H S L
Decimal 183 117 38 0 0.36 0.79 0.28 32.69 0.66 0.43
Hex B7 75 26 0 24 4F 1C 21 42 2B
Octal 267 165 46 0 44 117 34 41 102 53
Binary 10110111 1110101 100110 0 100100 1001111 11100 100001 1000010 101011

Color Harmonies of #B77526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77526

Black with #B77526

Text Example


Text Example

White with #B77526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77526; }

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

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

background-color css

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

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

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

border-color css

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

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

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