Html Css Color HEX #B27019 Pirate Gold

📋 copy color: '#B27019'

red 178 ◦ green 112 ◦ blue 25

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

Shades of Pirate Gold #B27019

Tints of Pirate Gold #B27019

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.56%

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

R = 56.51%
G = 35.56%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B27019 (or 0xB27019) is known color: Pirate Gold. HEX triplet: B2, 70 and 19. RGB value is (178,112,25). Sum of RGB (Red+Green+Blue) = 178+112+25=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B27019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27019 is #4D8FE6. Grayscale: #7A7A7A. Windows color (decimal): -5083111 or 1667250. OLE color: 1667250.

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

Color convert

RGB 178 112 25 -
CMYK 0 0.37 0.86 0.30
HSL 34.12º 0.75% 0.4% -
HSV(B) 34.12º 0.86% 0.7% -
XYZ 24.33 21.12 3.71 -
YUV 121.82 73.37 168.07 -
System Red Green Blue C M Y K H S L
Decimal 178 112 25 0 0.37 0.86 0.30 34.12 0.75 0.4
Hex B2 70 19 0 25 56 1E 22 4B 28
Octal 262 160 31 0 45 126 36 42 113 50
Binary 10110010 1110000 11001 0 100101 1010110 11110 100010 1001011 101000

Color Harmonies of #B27019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27019

Black with #B27019

Text Example


Text Example

White with #B27019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27019; }

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

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

background-color css

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

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

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

border-color css

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

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

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