Html Css Color HEX #B77522 Pirate Gold

📋 copy color: '#B77522'

red 183 ◦ green 117 ◦ blue 34

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

Shades of Pirate Gold #B77522

Tints of Pirate Gold #B77522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.18%

R = 54.79%
G = 35.03%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B77522 (or 0xB77522) is known color: Pirate Gold. HEX triplet: B7, 75 and 22. RGB value is (183,117,34). Sum of RGB (Red+Green+Blue) = 183+117+34=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B77522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77522 is #488ADD. Grayscale: #7F7F7F. Windows color (decimal): -4754142 or 2258359. OLE color: 2258359.

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

Color convert

RGB 183 117 34 -
CMYK 0 0.36 0.81 0.28
HSL 33.42º 0.69% 0.43% -
HSV(B) 33.42º 0.81% 0.72% -
XYZ 26.18 22.91 4.55 -
YUV 127.27 75.37 167.75 -
System Red Green Blue C M Y K H S L
Decimal 183 117 34 0 0.36 0.81 0.28 33.42 0.69 0.43
Hex B7 75 22 0 24 51 1C 21 45 2B
Octal 267 165 42 0 44 121 34 41 105 53
Binary 10110111 1110101 100010 0 100100 1010001 11100 100001 1000101 101011

Color Harmonies of #B77522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77522

Black with #B77522

Text Example


Text Example

White with #B77522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77522; }

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

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

background-color css

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

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

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

border-color css

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

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

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