Html Css Color HEX #B2701D Pirate Gold

📋 copy color: '#B2701D'

red 178 ◦ green 112 ◦ blue 29

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

Shades of Pirate Gold #B2701D

Tints of Pirate Gold #B2701D

RGB

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

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

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

R = 55.8%
G = 35.11%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2701D (or 0xB2701D) is known color: Pirate Gold. HEX triplet: B2, 70 and 1D. RGB value is (178,112,29). Sum of RGB (Red+Green+Blue) = 178+112+29=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B2701D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2701D is #4D8FE2. Grayscale: #7A7A7A. Windows color (decimal): -5083107 or 1929394. OLE color: 1929394.

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

Color convert

RGB 178 112 29 -
CMYK 0 0.37 0.84 0.30
HSL 33.42º 0.72% 0.41% -
HSV(B) 33.42º 0.84% 0.7% -
XYZ 24.38 21.14 3.96 -
YUV 122.27 75.37 167.75 -
System Red Green Blue C M Y K H S L
Decimal 178 112 29 0 0.37 0.84 0.30 33.42 0.72 0.41
Hex B2 70 1D 0 25 54 1E 21 48 29
Octal 262 160 35 0 45 124 36 41 110 51
Binary 10110010 1110000 11101 0 100101 1010100 11110 100001 1001000 101001

Color Harmonies of #B2701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2701D

Black with #B2701D

Text Example


Text Example

White with #B2701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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