Html Css Color HEX #B27027 Pirate Gold

📋 copy color: '#B27027'

red 178 ◦ green 112 ◦ blue 39

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

Shades of Pirate Gold #B27027

Tints of Pirate Gold #B27027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.85%

R = 54.1%
G = 34.04%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B27027 (or 0xB27027) is known color: Pirate Gold. HEX triplet: B2, 70 and 27. RGB value is (178,112,39). Sum of RGB (Red+Green+Blue) = 178+112+39=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B27027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27027 is #4D8FD8. Grayscale: #7B7B7B. Windows color (decimal): -5083097 or 2584754. OLE color: 2584754.

HSL color Cylindrical-coordinate representation of color #B27027: hue angle of 31.51º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B27027 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 112 39 -
CMYK 0 0.37 0.78 0.30
HSL 31.51º 0.64% 0.43% -
HSV(B) 31.51º 0.78% 0.7% -
XYZ 24.52 21.2 4.72 -
YUV 123.41 80.37 166.94 -
System Red Green Blue C M Y K H S L
Decimal 178 112 39 0 0.37 0.78 0.30 31.51 0.64 0.43
Hex B2 70 27 0 25 4E 1E 20 40 2B
Octal 262 160 47 0 45 116 36 40 100 53
Binary 10110010 1110000 100111 0 100101 1001110 11110 100000 1000000 101011

Color Harmonies of #B27027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27027

Black with #B27027

Text Example


Text Example

White with #B27027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27027; }

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

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

background-color css

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

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

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

border-color css

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

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

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