Html Css Color HEX #BB6C1C Pirate Gold

📋 copy color: '#BB6C1C'

red 187 ◦ green 108 ◦ blue 28

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

Shades of Pirate Gold #BB6C1C

Tints of Pirate Gold #BB6C1C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.44%

 BLUE value IS 28 (11.33% from 255) = 8.67%

R = 57.89%
G = 33.44%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BB6C1C (or 0xBB6C1C) is known color: Pirate Gold. HEX triplet: BB, 6C and 1C. RGB value is (187,108,28). Sum of RGB (Red+Green+Blue) = 187+108+28=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6C1C is #4493E3. Grayscale: #7A7A7A. Windows color (decimal): -4494308 or 1862843. OLE color: 1862843.

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

Color convert

RGB 187 108 28 -
CMYK 0 0.42 0.85 0.27
HSL 30.19º 0.74% 0.42% -
HSV(B) 30.19º 0.85% 0.73% -
XYZ 26.07 21.37 3.85 -
YUV 122.5 74.67 174 -
System Red Green Blue C M Y K H S L
Decimal 187 108 28 0 0.42 0.85 0.27 30.19 0.74 0.42
Hex BB 6C 1C 0 2A 55 1B 1E 4A 2A
Octal 273 154 34 0 52 125 33 36 112 52
Binary 10111011 1101100 11100 0 101010 1010101 11011 11110 1001010 101010

Color Harmonies of #BB6C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6C1C

Black with #BB6C1C

Text Example


Text Example

White with #BB6C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6C1C; }

 p { color: rgb(187,108,28); }

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

background-color css

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

 a { background-color: rgb(187,108,28); }

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

border-color css

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

 span { border-color: rgb(187,108,28); }

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