Html Css Color HEX #B57622 Pirate Gold

📋 copy color: '#B57622'

red 181 ◦ green 118 ◦ blue 34

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

Shades of Pirate Gold #B57622

Tints of Pirate Gold #B57622

RGB

 RED value IS 181 (71.09% from 255) = 54.35%

 GREEN value IS 118 (46.48% from 255) = 35.44%

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

R = 54.35%
G = 35.44%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B57622 (or 0xB57622) is known color: Pirate Gold. HEX triplet: B5, 76 and 22. RGB value is (181,118,34). Sum of RGB (Red+Green+Blue) = 181+118+34=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B57622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57622 is #4A89DD. Grayscale: #7F7F7F. Windows color (decimal): -4884958 or 2258613. OLE color: 2258613.

HSL color Cylindrical-coordinate representation of color #B57622: hue angle of 34.29º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B57622 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 118 34 -
CMYK 0 0.35 0.81 0.29
HSL 34.29º 0.68% 0.42% -
HSV(B) 34.29º 0.81% 0.71% -
XYZ 25.82 22.9 4.57 -
YUV 127.26 75.37 166.33 -
System Red Green Blue C M Y K H S L
Decimal 181 118 34 0 0.35 0.81 0.29 34.29 0.68 0.42
Hex B5 76 22 0 23 51 1D 22 44 2A
Octal 265 166 42 0 43 121 35 42 104 52
Binary 10110101 1110110 100010 0 100011 1010001 11101 100010 1000100 101010

Color Harmonies of #B57622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57622

Black with #B57622

Text Example


Text Example

White with #B57622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57622; }

 p { color: rgb(181,118,34); }

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

background-color css

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

 a { background-color: rgb(181,118,34); }

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

border-color css

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

 span { border-color: rgb(181,118,34); }

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