Html Css Color HEX #B27919 Pirate Gold

📋 copy color: '#B27919'

red 178 ◦ green 121 ◦ blue 25

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

Shades of Pirate Gold #B27919

Tints of Pirate Gold #B27919

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.35%

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

R = 54.94%
G = 37.35%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B27919 (or 0xB27919) is known color: Pirate Gold. HEX triplet: B2, 79 and 19. RGB value is (178,121,25). Sum of RGB (Red+Green+Blue) = 178+121+25=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B27919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27919 is #4D86E6. Grayscale: #7F7F7F. Windows color (decimal): -5080807 or 1669554. OLE color: 1669554.

HSL color Cylindrical-coordinate representation of color #B27919: hue angle of 37.65º 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 #B27919 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 121 25 -
CMYK 0 0.32 0.86 0.30
HSL 37.65º 0.75% 0.4% -
HSV(B) 37.65º 0.86% 0.7% -
XYZ 25.37 23.21 4.06 -
YUV 127.1 70.38 164.31 -
System Red Green Blue C M Y K H S L
Decimal 178 121 25 0 0.32 0.86 0.30 37.65 0.75 0.4
Hex B2 79 19 0 20 56 1E 26 4B 28
Octal 262 171 31 0 40 126 36 46 113 50
Binary 10110010 1111001 11001 0 100000 1010110 11110 100110 1001011 101000

Color Harmonies of #B27919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27919

Black with #B27919

Text Example


Text Example

White with #B27919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27919; }

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

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

background-color css

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

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

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

border-color css

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

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

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