Html Css Color HEX #B27322 Pirate Gold

📋 copy color: '#B27322'

red 178 ◦ green 115 ◦ blue 34

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

Shades of Pirate Gold #B27322

Tints of Pirate Gold #B27322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.4%

R = 54.43%
G = 35.17%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B27322 (or 0xB27322) is known color: Pirate Gold. HEX triplet: B2, 73 and 22. RGB value is (178,115,34). Sum of RGB (Red+Green+Blue) = 178+115+34=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B27322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27322 is #4D8CDD. Grayscale: #7C7C7C. Windows color (decimal): -5082334 or 2257842. OLE color: 2257842.

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

Color convert

RGB 178 115 34 -
CMYK 0 0.35 0.81 0.30
HSL 33.75º 0.68% 0.42% -
HSV(B) 33.75º 0.81% 0.7% -
XYZ 24.78 21.84 4.42 -
YUV 124.6 76.87 166.09 -
System Red Green Blue C M Y K H S L
Decimal 178 115 34 0 0.35 0.81 0.30 33.75 0.68 0.42
Hex B2 73 22 0 23 51 1E 22 44 2A
Octal 262 163 42 0 43 121 36 42 104 52
Binary 10110010 1110011 100010 0 100011 1010001 11110 100010 1000100 101010

Color Harmonies of #B27322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27322

Black with #B27322

Text Example


Text Example

White with #B27322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27322; }

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

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

background-color css

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

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

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

border-color css

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

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

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