Html Css Color HEX #B5781E Pirate Gold

📋 copy color: '#B5781E'

red 181 ◦ green 120 ◦ blue 30

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

Shades of Pirate Gold #B5781E

Tints of Pirate Gold #B5781E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.25%

 BLUE value IS 30 (12.11% from 255) = 9.06%

R = 54.68%
G = 36.25%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5781E (or 0xB5781E) is known color: Pirate Gold. HEX triplet: B5, 78 and 1E. RGB value is (181,120,30). Sum of RGB (Red+Green+Blue) = 181+120+30=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B5781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5781E is #4A87E1. Grayscale: #808080. Windows color (decimal): -4884450 or 1996981. OLE color: 1996981.

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

Color convert

RGB 181 120 30 -
CMYK 0 0.34 0.83 0.29
HSL 35.76º 0.72% 0.41% -
HSV(B) 35.76º 0.83% 0.71% -
XYZ 26.01 23.35 4.36 -
YUV 127.98 72.71 165.82 -
System Red Green Blue C M Y K H S L
Decimal 181 120 30 0 0.34 0.83 0.29 35.76 0.72 0.41
Hex B5 78 1E 0 22 53 1D 24 48 29
Octal 265 170 36 0 42 123 35 44 110 51
Binary 10110101 1111000 11110 0 100010 1010011 11101 100100 1001000 101001

Color Harmonies of #B5781E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5781E

Black with #B5781E

Text Example


Text Example

White with #B5781E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5781E; }

 p { color: rgb(181,120,30); }

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

background-color css

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

 a { background-color: rgb(181,120,30); }

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

border-color css

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

 span { border-color: rgb(181,120,30); }

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