Html Css Color HEX #B2731A Pirate Gold

📋 copy color: '#B2731A'

red 178 ◦ green 115 ◦ blue 26

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

Shades of Pirate Gold #B2731A

Tints of Pirate Gold #B2731A

RGB

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

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

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

R = 55.8%
G = 36.05%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2731A (or 0xB2731A) is known color: Pirate Gold. HEX triplet: B2, 73 and 1A. RGB value is (178,115,26). Sum of RGB (Red+Green+Blue) = 178+115+26=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B2731A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2731A is #4D8CE5. Grayscale: #7C7C7C. Windows color (decimal): -5082342 or 1733554. OLE color: 1733554.

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

Color convert

RGB 178 115 26 -
CMYK 0 0.35 0.85 0.30
HSL 35.13º 0.75% 0.4% -
HSV(B) 35.13º 0.85% 0.7% -
XYZ 24.68 21.8 3.88 -
YUV 123.69 72.87 166.74 -
System Red Green Blue C M Y K H S L
Decimal 178 115 26 0 0.35 0.85 0.30 35.13 0.75 0.4
Hex B2 73 1A 0 23 55 1E 23 4B 28
Octal 262 163 32 0 43 125 36 43 113 50
Binary 10110010 1110011 11010 0 100011 1010101 11110 100011 1001011 101000

Color Harmonies of #B2731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2731A

Black with #B2731A

Text Example


Text Example

White with #B2731A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2731A; }

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

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

background-color css

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

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

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

border-color css

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

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

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