Html Css Color HEX #BB6A1A Pirate Gold

📋 copy color: '#BB6A1A'

red 187 ◦ green 106 ◦ blue 26

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

Shades of Pirate Gold #BB6A1A

Tints of Pirate Gold #BB6A1A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.23%

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

R = 58.62%
G = 33.23%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB6A1A (or 0xBB6A1A) is known color: Pirate Gold. HEX triplet: BB, 6A and 1A. RGB value is (187,106,26). Sum of RGB (Red+Green+Blue) = 187+106+26=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6A1A is #4495E5. Grayscale: #797979. Windows color (decimal): -4494822 or 1731259. OLE color: 1731259.

HSL color Cylindrical-coordinate representation of color #BB6A1A: hue angle of 29.81º 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 #BB6A1A is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 106 26 -
CMYK 0 0.43 0.86 0.27
HSL 29.81º 0.76% 0.42% -
HSV(B) 29.81º 0.86% 0.73% -
XYZ 25.83 20.95 3.66 -
YUV 121.1 74.34 175 -
System Red Green Blue C M Y K H S L
Decimal 187 106 26 0 0.43 0.86 0.27 29.81 0.76 0.42
Hex BB 6A 1A 0 2B 56 1B 1E 4C 2A
Octal 273 152 32 0 53 126 33 36 114 52
Binary 10111011 1101010 11010 0 101011 1010110 11011 11110 1001100 101010

Color Harmonies of #BB6A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6A1A

Black with #BB6A1A

Text Example


Text Example

White with #BB6A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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