Html Css Color HEX #BB711D Pirate Gold

📋 copy color: '#BB711D'

red 187 ◦ green 113 ◦ blue 29

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

Shades of Pirate Gold #BB711D

Tints of Pirate Gold #BB711D

RGB

 RED value IS 187 (73.44% from 255) = 56.84%

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

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

R = 56.84%
G = 34.35%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB711D (or 0xBB711D) is known color: Pirate Gold. HEX triplet: BB, 71 and 1D. RGB value is (187,113,29). Sum of RGB (Red+Green+Blue) = 187+113+29=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB711D is #448EE2. Grayscale: #7D7D7D. Windows color (decimal): -4493027 or 1929659. OLE color: 1929659.

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

Color convert

RGB 187 113 29 -
CMYK 0 0.40 0.84 0.27
HSL 31.9º 0.73% 0.42% -
HSV(B) 31.9º 0.84% 0.73% -
XYZ 26.62 22.46 4.1 -
YUV 125.55 73.52 171.83 -
System Red Green Blue C M Y K H S L
Decimal 187 113 29 0 0.40 0.84 0.27 31.9 0.73 0.42
Hex BB 71 1D 0 28 54 1B 20 49 2A
Octal 273 161 35 0 50 124 33 40 111 52
Binary 10111011 1110001 11101 0 101000 1010100 11011 100000 1001001 101010

Color Harmonies of #BB711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB711D

Black with #BB711D

Text Example


Text Example

White with #BB711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB711D; }

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

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

background-color css

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

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

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

border-color css

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

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

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