Html Css Color HEX #B27328 Pirate Gold

📋 copy color: '#B27328'

red 178 ◦ green 115 ◦ blue 40

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

Shades of Pirate Gold #B27328

Tints of Pirate Gold #B27328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.01%

R = 53.45%
G = 34.53%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B27328 (or 0xB27328) is known color: Pirate Gold. HEX triplet: B2, 73 and 28. RGB value is (178,115,40). Sum of RGB (Red+Green+Blue) = 178+115+40=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B27328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27328 is #4D8CD7. Grayscale: #7D7D7D. Windows color (decimal): -5082328 or 2651058. OLE color: 2651058.

HSL color Cylindrical-coordinate representation of color #B27328: hue angle of 32.61º degrees, saturation: 0.63, 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 #B27328 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 115 40 -
CMYK 0 0.35 0.78 0.30
HSL 32.61º 0.63% 0.43% -
HSV(B) 32.61º 0.78% 0.7% -
XYZ 24.87 21.88 4.92 -
YUV 125.29 79.87 165.6 -
System Red Green Blue C M Y K H S L
Decimal 178 115 40 0 0.35 0.78 0.30 32.61 0.63 0.43
Hex B2 73 28 0 23 4E 1E 21 3F 2B
Octal 262 163 50 0 43 116 36 41 77 53
Binary 10110010 1110011 101000 0 100011 1001110 11110 100001 111111 101011

Color Harmonies of #B27328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27328

Black with #B27328

Text Example


Text Example

White with #B27328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27328; }

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

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

background-color css

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

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

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

border-color css

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

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

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