Html Css Color HEX #B2721A Pirate Gold

📋 copy color: '#B2721A'

red 178 ◦ green 114 ◦ blue 26

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

Shades of Pirate Gold #B2721A

Tints of Pirate Gold #B2721A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.18%

R = 55.97%
G = 35.85%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2721A (or 0xB2721A) is known color: Pirate Gold. HEX triplet: B2, 72 and 1A. RGB value is (178,114,26). Sum of RGB (Red+Green+Blue) = 178+114+26=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B2721A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2721A is #4D8DE5. Grayscale: #7B7B7B. Windows color (decimal): -5082598 or 1733298. OLE color: 1733298.

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

Color convert

RGB 178 114 26 -
CMYK 0 0.36 0.85 0.30
HSL 34.74º 0.75% 0.4% -
HSV(B) 34.74º 0.85% 0.7% -
XYZ 24.56 21.57 3.85 -
YUV 123.1 73.2 167.16 -
System Red Green Blue C M Y K H S L
Decimal 178 114 26 0 0.36 0.85 0.30 34.74 0.75 0.4
Hex B2 72 1A 0 24 55 1E 23 4B 28
Octal 262 162 32 0 44 125 36 43 113 50
Binary 10110010 1110010 11010 0 100100 1010101 11110 100011 1001011 101000

Color Harmonies of #B2721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2721A

Black with #B2721A

Text Example


Text Example

White with #B2721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2721A; }

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

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

background-color css

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

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

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

border-color css

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

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

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