Html Css Color HEX #B8711D Pirate Gold

📋 copy color: '#B8711D'

red 184 ◦ green 113 ◦ blue 29

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

Shades of Pirate Gold #B8711D

Tints of Pirate Gold #B8711D

RGB

 RED value IS 184 (72.27% from 255) = 56.44%

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

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

R = 56.44%
G = 34.66%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8711D (or 0xB8711D) is known color: Pirate Gold. HEX triplet: B8, 71 and 1D. RGB value is (184,113,29). Sum of RGB (Red+Green+Blue) = 184+113+29=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B8711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8711D is #478EE2. Grayscale: #7D7D7D. Windows color (decimal): -4689635 or 1929656. OLE color: 1929656.

HSL color Cylindrical-coordinate representation of color #B8711D: hue angle of 32.52º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8711D is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 113 29 -
CMYK 0 0.39 0.84 0.28
HSL 32.52º 0.73% 0.42% -
HSV(B) 32.52º 0.84% 0.72% -
XYZ 25.89 22.09 4.06 -
YUV 124.65 74.02 170.33 -
System Red Green Blue C M Y K H S L
Decimal 184 113 29 0 0.39 0.84 0.28 32.52 0.73 0.42
Hex B8 71 1D 0 27 54 1C 21 49 2A
Octal 270 161 35 0 47 124 34 41 111 52
Binary 10111000 1110001 11101 0 100111 1010100 11100 100001 1001001 101010

Color Harmonies of #B8711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8711D

Black with #B8711D

Text Example


Text Example

White with #B8711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8711D; }

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

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

background-color css

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

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

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

border-color css

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

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

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