Html Css Color HEX #B27518 Pirate Gold

📋 copy color: '#B27518'

red 178 ◦ green 117 ◦ blue 24

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

Shades of Pirate Gold #B27518

Tints of Pirate Gold #B27518

RGB

 RED value IS 178 (69.92% from 255) = 55.8%

 GREEN value IS 117 (46.09% from 255) = 36.68%

 BLUE value IS 24 (9.77% from 255) = 7.52%

R = 55.8%
G = 36.68%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B27518 (or 0xB27518) is known color: Pirate Gold. HEX triplet: B2, 75 and 18. RGB value is (178,117,24). Sum of RGB (Red+Green+Blue) = 178+117+24=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B27518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27518 is #4D8AE7. Grayscale: #7D7D7D. Windows color (decimal): -5081832 or 1602994. OLE color: 1602994.

HSL color Cylindrical-coordinate representation of color #B27518: hue angle of 36.23º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B27518 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 117 24 -
CMYK 0 0.34 0.87 0.30
HSL 36.23º 0.76% 0.4% -
HSV(B) 36.23º 0.87% 0.7% -
XYZ 24.89 22.25 3.85 -
YUV 124.64 71.21 166.06 -
System Red Green Blue C M Y K H S L
Decimal 178 117 24 0 0.34 0.87 0.30 36.23 0.76 0.4
Hex B2 75 18 0 22 57 1E 24 4C 28
Octal 262 165 30 0 42 127 36 44 114 50
Binary 10110010 1110101 11000 0 100010 1010111 11110 100100 1001100 101000

Color Harmonies of #B27518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27518

Black with #B27518

Text Example


Text Example

White with #B27518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27518; }

 p { color: rgb(178,117,24); }

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

background-color css

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

 a { background-color: rgb(178,117,24); }

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

border-color css

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

 span { border-color: rgb(178,117,24); }

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