Html Css Color HEX #B2721D Pirate Gold

📋 copy color: '#B2721D'

red 178 ◦ green 114 ◦ blue 29

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

Shades of Pirate Gold #B2721D

Tints of Pirate Gold #B2721D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.03%

R = 55.45%
G = 35.51%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2721D (or 0xB2721D) is known color: Pirate Gold. HEX triplet: B2, 72 and 1D. RGB value is (178,114,29). Sum of RGB (Red+Green+Blue) = 178+114+29=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2721D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2721D is #4D8DE2. Grayscale: #7B7B7B. Windows color (decimal): -5082595 or 1929906. OLE color: 1929906.

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

Color convert

RGB 178 114 29 -
CMYK 0 0.36 0.84 0.30
HSL 34.23º 0.72% 0.41% -
HSV(B) 34.23º 0.84% 0.7% -
XYZ 24.6 21.59 4.03 -
YUV 123.45 74.7 166.91 -
System Red Green Blue C M Y K H S L
Decimal 178 114 29 0 0.36 0.84 0.30 34.23 0.72 0.41
Hex B2 72 1D 0 24 54 1E 22 48 29
Octal 262 162 35 0 44 124 36 42 110 51
Binary 10110010 1110010 11101 0 100100 1010100 11110 100010 1001000 101001

Color Harmonies of #B2721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2721D

Black with #B2721D

Text Example


Text Example

White with #B2721D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2721D; }

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

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

background-color css

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

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

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

border-color css

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

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

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