Html Css Color HEX #B27216 Pirate Gold

📋 copy color: '#B27216'

red 178 ◦ green 114 ◦ blue 22

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

Shades of Pirate Gold #B27216

Tints of Pirate Gold #B27216

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.31%

 BLUE value IS 22 (8.98% from 255) = 7.01%

R = 56.69%
G = 36.31%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B27216 (or 0xB27216) is known color: Pirate Gold. HEX triplet: B2, 72 and 16. RGB value is (178,114,22). Sum of RGB (Red+Green+Blue) = 178+114+22=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B27216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27216 is #4D8DE9. Grayscale: #7B7B7B. Windows color (decimal): -5082602 or 1471154. OLE color: 1471154.

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

Color convert

RGB 178 114 22 -
CMYK 0 0.36 0.88 0.30
HSL 35.38º 0.78% 0.39% -
HSV(B) 35.38º 0.88% 0.7% -
XYZ 24.52 21.56 3.63 -
YUV 122.65 71.2 167.48 -
System Red Green Blue C M Y K H S L
Decimal 178 114 22 0 0.36 0.88 0.30 35.38 0.78 0.39
Hex B2 72 16 0 24 58 1E 23 4E 27
Octal 262 162 26 0 44 130 36 43 116 47
Binary 10110010 1110010 10110 0 100100 1011000 11110 100011 1001110 100111

Color Harmonies of #B27216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27216

Black with #B27216

Text Example


Text Example

White with #B27216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27216; }

 p { color: rgb(178,114,22); }

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

background-color css

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

 a { background-color: rgb(178,114,22); }

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

border-color css

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

 span { border-color: rgb(178,114,22); }

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