Html Css Color HEX #BB711A Pirate Gold

📋 copy color: '#BB711A'

red 187 ◦ green 113 ◦ blue 26

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

Shades of Pirate Gold #BB711A

Tints of Pirate Gold #BB711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.98%

R = 57.36%
G = 34.66%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB711A (or 0xBB711A) is known color: Pirate Gold. HEX triplet: BB, 71 and 1A. RGB value is (187,113,26). Sum of RGB (Red+Green+Blue) = 187+113+26=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB711A is #448EE5. Grayscale: #7D7D7D. Windows color (decimal): -4493030 or 1733051. OLE color: 1733051.

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

Color convert

RGB 187 113 26 -
CMYK 0 0.40 0.86 0.27
HSL 32.42º 0.76% 0.42% -
HSV(B) 32.42º 0.86% 0.73% -
XYZ 26.59 22.45 3.91 -
YUV 125.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 187 113 26 0 0.40 0.86 0.27 32.42 0.76 0.42
Hex BB 71 1A 0 28 56 1B 20 4C 2A
Octal 273 161 32 0 50 126 33 40 114 52
Binary 10111011 1110001 11010 0 101000 1010110 11011 100000 1001100 101010

Color Harmonies of #BB711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB711A

Black with #BB711A

Text Example


Text Example

White with #BB711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB711A; }

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

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

background-color css

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

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

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

border-color css

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

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

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