Html Css Color HEX #BB6C1D Pirate Gold

📋 copy color: '#BB6C1D'

red 187 ◦ green 108 ◦ blue 29

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

Shades of Pirate Gold #BB6C1D

Tints of Pirate Gold #BB6C1D

RGB

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

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

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

R = 57.72%
G = 33.33%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB6C1D (or 0xBB6C1D) is known color: Pirate Gold. HEX triplet: BB, 6C and 1D. RGB value is (187,108,29). Sum of RGB (Red+Green+Blue) = 187+108+29=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6C1D is #4493E2. Grayscale: #7B7B7B. Windows color (decimal): -4494307 or 1928379. OLE color: 1928379.

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

Color convert

RGB 187 108 29 -
CMYK 0 0.42 0.84 0.27
HSL 30º 0.73% 0.42% -
HSV(B) 30º 0.84% 0.73% -
XYZ 26.08 21.38 3.91 -
YUV 122.62 75.17 173.92 -
System Red Green Blue C M Y K H S L
Decimal 187 108 29 0 0.42 0.84 0.27 30 0.73 0.42
Hex BB 6C 1D 0 2A 54 1B 1E 49 2A
Octal 273 154 35 0 52 124 33 36 111 52
Binary 10111011 1101100 11101 0 101010 1010100 11011 11110 1001001 101010

Color Harmonies of #BB6C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6C1D

Black with #BB6C1D

Text Example


Text Example

White with #BB6C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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