Html Css Color HEX #B27319 Pirate Gold

📋 copy color: '#B27319'

red 178 ◦ green 115 ◦ blue 25

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

Shades of Pirate Gold #B27319

Tints of Pirate Gold #B27319

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.16%

 BLUE value IS 25 (10.16% from 255) = 7.86%

R = 55.97%
G = 36.16%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B27319 (or 0xB27319) is known color: Pirate Gold. HEX triplet: B2, 73 and 19. RGB value is (178,115,25). Sum of RGB (Red+Green+Blue) = 178+115+25=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B27319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27319 is #4D8CE6. Grayscale: #7C7C7C. Windows color (decimal): -5082343 or 1668018. OLE color: 1668018.

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

Color convert

RGB 178 115 25 -
CMYK 0 0.35 0.86 0.30
HSL 35.29º 0.75% 0.4% -
HSV(B) 35.29º 0.86% 0.7% -
XYZ 24.67 21.8 3.83 -
YUV 123.58 72.37 166.82 -
System Red Green Blue C M Y K H S L
Decimal 178 115 25 0 0.35 0.86 0.30 35.29 0.75 0.4
Hex B2 73 19 0 23 56 1E 23 4B 28
Octal 262 163 31 0 43 126 36 43 113 50
Binary 10110010 1110011 11001 0 100011 1010110 11110 100011 1001011 101000

Color Harmonies of #B27319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27319

Black with #B27319

Text Example


Text Example

White with #B27319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27319; }

 p { color: rgb(178,115,25); }

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

background-color css

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

 a { background-color: rgb(178,115,25); }

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

border-color css

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

 span { border-color: rgb(178,115,25); }

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