Html Css Color HEX #B77222 Pirate Gold

📋 copy color: '#B77222'

red 183 ◦ green 114 ◦ blue 34

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

Shades of Pirate Gold #B77222

Tints of Pirate Gold #B77222

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.44%

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

R = 55.29%
G = 34.44%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B77222 (or 0xB77222) is known color: Pirate Gold. HEX triplet: B7, 72 and 22. RGB value is (183,114,34). Sum of RGB (Red+Green+Blue) = 183+114+34=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 34 (13.67% from 255 or 10.27% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B77222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77222 is #488DDD. Grayscale: #7D7D7D. Windows color (decimal): -4754910 or 2257591. OLE color: 2257591.

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

Color convert

RGB 183 114 34 -
CMYK 0 0.38 0.81 0.28
HSL 32.21º 0.69% 0.43% -
HSV(B) 32.21º 0.81% 0.72% -
XYZ 25.83 22.22 4.44 -
YUV 125.51 76.36 169 -
System Red Green Blue C M Y K H S L
Decimal 183 114 34 0 0.38 0.81 0.28 32.21 0.69 0.43
Hex B7 72 22 0 26 51 1C 20 45 2B
Octal 267 162 42 0 46 121 34 40 105 53
Binary 10110111 1110010 100010 0 100110 1010001 11100 100000 1000101 101011

Color Harmonies of #B77222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77222

Black with #B77222

Text Example


Text Example

White with #B77222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77222; }

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

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

background-color css

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

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

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

border-color css

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

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

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