Html Css Color HEX #B27320 Pirate Gold

📋 copy color: '#B27320'

red 178 ◦ green 115 ◦ blue 32

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

Shades of Pirate Gold #B27320

Tints of Pirate Gold #B27320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.85%

R = 54.77%
G = 35.38%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B27320 (or 0xB27320) is known color: Pirate Gold. HEX triplet: B2, 73 and 20. RGB value is (178,115,32). Sum of RGB (Red+Green+Blue) = 178+115+32=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B27320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27320 is #4D8CDF. Grayscale: #7C7C7C. Windows color (decimal): -5082336 or 2126770. OLE color: 2126770.

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

Color convert

RGB 178 115 32 -
CMYK 0 0.35 0.82 0.30
HSL 34.11º 0.7% 0.41% -
HSV(B) 34.11º 0.82% 0.7% -
XYZ 24.75 21.83 4.28 -
YUV 124.38 75.87 166.25 -
System Red Green Blue C M Y K H S L
Decimal 178 115 32 0 0.35 0.82 0.30 34.11 0.7 0.41
Hex B2 73 20 0 23 52 1E 22 46 29
Octal 262 163 40 0 43 122 36 42 106 51
Binary 10110010 1110011 100000 0 100011 1010010 11110 100010 1000110 101001

Color Harmonies of #B27320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27320

Black with #B27320

Text Example


Text Example

White with #B27320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27320; }

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

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

background-color css

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

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

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

border-color css

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

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

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