Html Css Color HEX #B2701A Pirate Gold

📋 copy color: '#B2701A'

red 178 ◦ green 112 ◦ blue 26

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

Shades of Pirate Gold #B2701A

Tints of Pirate Gold #B2701A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.44%

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

R = 56.33%
G = 35.44%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2701A (or 0xB2701A) is known color: Pirate Gold. HEX triplet: B2, 70 and 1A. RGB value is (178,112,26). Sum of RGB (Red+Green+Blue) = 178+112+26=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B2701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2701A is #4D8FE5. Grayscale: #7A7A7A. Windows color (decimal): -5083110 or 1732786. OLE color: 1732786.

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

Color convert

RGB 178 112 26 -
CMYK 0 0.37 0.85 0.30
HSL 33.95º 0.75% 0.4% -
HSV(B) 33.95º 0.85% 0.7% -
XYZ 24.34 21.13 3.77 -
YUV 121.93 73.87 167.99 -
System Red Green Blue C M Y K H S L
Decimal 178 112 26 0 0.37 0.85 0.30 33.95 0.75 0.4
Hex B2 70 1A 0 25 55 1E 22 4B 28
Octal 262 160 32 0 45 125 36 42 113 50
Binary 10110010 1110000 11010 0 100101 1010101 11110 100010 1001011 101000

Color Harmonies of #B2701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2701A

Black with #B2701A

Text Example


Text Example

White with #B2701A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2701A; }

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

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

background-color css

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

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

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

border-color css

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

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

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