Html Css Color HEX #B5771D Pirate Gold

📋 copy color: '#B5771D'

red 181 ◦ green 119 ◦ blue 29

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

Shades of Pirate Gold #B5771D

Tints of Pirate Gold #B5771D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.81%

R = 55.02%
G = 36.17%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B5771D (or 0xB5771D) is known color: Pirate Gold. HEX triplet: B5, 77 and 1D. RGB value is (181,119,29). Sum of RGB (Red+Green+Blue) = 181+119+29=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5771D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5771D is #4A88E2. Grayscale: #7F7F7F. Windows color (decimal): -4884707 or 1931189. OLE color: 1931189.

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

Color convert

RGB 181 119 29 -
CMYK 0 0.34 0.84 0.29
HSL 35.53º 0.72% 0.41% -
HSV(B) 35.53º 0.84% 0.71% -
XYZ 25.87 23.11 4.26 -
YUV 127.28 72.54 166.32 -
System Red Green Blue C M Y K H S L
Decimal 181 119 29 0 0.34 0.84 0.29 35.53 0.72 0.41
Hex B5 77 1D 0 22 54 1D 24 48 29
Octal 265 167 35 0 42 124 35 44 110 51
Binary 10110101 1110111 11101 0 100010 1010100 11101 100100 1001000 101001

Color Harmonies of #B5771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5771D

Black with #B5771D

Text Example


Text Example

White with #B5771D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5771D; }

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

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

background-color css

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

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

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

border-color css

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

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

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