Html Css Color HEX #B5772A Pirate Gold

📋 copy color: '#B5772A'

red 181 ◦ green 119 ◦ blue 42

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

Shades of Pirate Gold #B5772A

Tints of Pirate Gold #B5772A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.8%

 BLUE value IS 42 (16.8% from 255) = 12.28%

R = 52.92%
G = 34.8%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5772A (or 0xB5772A) is known color: Pirate Gold. HEX triplet: B5, 77 and 2A. RGB value is (181,119,42). Sum of RGB (Red+Green+Blue) = 181+119+42=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5772A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5772A is #4A88D5. Grayscale: #818181. Windows color (decimal): -4884694 or 2783157. OLE color: 2783157.

HSL color Cylindrical-coordinate representation of color #B5772A: hue angle of 33.24º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5772A is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 119 42 -
CMYK 0 0.34 0.77 0.29
HSL 33.24º 0.62% 0.44% -
HSV(B) 33.24º 0.77% 0.71% -
XYZ 26.07 23.18 5.29 -
YUV 128.76 79.04 165.26 -
System Red Green Blue C M Y K H S L
Decimal 181 119 42 0 0.34 0.77 0.29 33.24 0.62 0.44
Hex B5 77 2A 0 22 4D 1D 21 3E 2C
Octal 265 167 52 0 42 115 35 41 76 54
Binary 10110101 1110111 101010 0 100010 1001101 11101 100001 111110 101100

Color Harmonies of #B5772A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5772A

Black with #B5772A

Text Example


Text Example

White with #B5772A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5772A; }

 p { color: rgb(181,119,42); }

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

background-color css

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

 a { background-color: rgb(181,119,42); }

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

border-color css

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

 span { border-color: rgb(181,119,42); }

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