Html Css Color HEX #B0711D Pirate Gold

📋 copy color: '#B0711D'

red 176 ◦ green 113 ◦ blue 29

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

Shades of Pirate Gold #B0711D

Tints of Pirate Gold #B0711D

RGB

 RED value IS 176 (69.14% from 255) = 55.35%

 GREEN value IS 113 (44.53% from 255) = 35.53%

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

R = 55.35%
G = 35.53%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0711D (or 0xB0711D) is known color: Pirate Gold. HEX triplet: B0, 71 and 1D. RGB value is (176,113,29). Sum of RGB (Red+Green+Blue) = 176+113+29=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B0711D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0711D is #4F8EE2. Grayscale: #7A7A7A. Windows color (decimal): -5213923 or 1929648. OLE color: 1929648.

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

Color convert

RGB 176 113 29 -
CMYK 0 0.36 0.84 0.31
HSL 34.29º 0.72% 0.4% -
HSV(B) 34.29º 0.84% 0.69% -
XYZ 24.03 21.13 3.97 -
YUV 122.26 75.37 166.33 -
System Red Green Blue C M Y K H S L
Decimal 176 113 29 0 0.36 0.84 0.31 34.29 0.72 0.4
Hex B0 71 1D 0 24 54 1F 22 48 28
Octal 260 161 35 0 44 124 37 42 110 50
Binary 10110000 1110001 11101 0 100100 1010100 11111 100010 1001000 101000

Color Harmonies of #B0711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0711D

Black with #B0711D

Text Example


Text Example

White with #B0711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0711D; }

 p { color: rgb(176,113,29); }

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

background-color css

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

 a { background-color: rgb(176,113,29); }

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

border-color css

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

 span { border-color: rgb(176,113,29); }

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