Html Css Color HEX #BB711F Pirate Gold

📋 copy color: '#BB711F'

red 187 ◦ green 113 ◦ blue 31

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

Shades of Pirate Gold #BB711F

Tints of Pirate Gold #BB711F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.37%

R = 56.5%
G = 34.14%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB711F (or 0xBB711F) is known color: Pirate Gold. HEX triplet: BB, 71 and 1F. RGB value is (187,113,31). Sum of RGB (Red+Green+Blue) = 187+113+31=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB711F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB711F is #448EE0. Grayscale: #7E7E7E. Windows color (decimal): -4493025 or 2060731. OLE color: 2060731.

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

Color convert

RGB 187 113 31 -
CMYK 0 0.40 0.83 0.27
HSL 31.54º 0.72% 0.43% -
HSV(B) 31.54º 0.83% 0.73% -
XYZ 26.65 22.47 4.23 -
YUV 125.78 74.52 171.67 -
System Red Green Blue C M Y K H S L
Decimal 187 113 31 0 0.40 0.83 0.27 31.54 0.72 0.43
Hex BB 71 1F 0 28 53 1B 20 48 2B
Octal 273 161 37 0 50 123 33 40 110 53
Binary 10111011 1110001 11111 0 101000 1010011 11011 100000 1001000 101011

Color Harmonies of #BB711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB711F

Black with #BB711F

Text Example


Text Example

White with #BB711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB711F; }

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

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

background-color css

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

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

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

border-color css

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

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

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