Html Css Color HEX #BB6C17 Pirate Gold

📋 copy color: '#BB6C17'

red 187 ◦ green 108 ◦ blue 23

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

Shades of Pirate Gold #BB6C17

Tints of Pirate Gold #BB6C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.23%

R = 58.81%
G = 33.96%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB6C17 (or 0xBB6C17) is known color: Pirate Gold. HEX triplet: BB, 6C and 17. RGB value is (187,108,23). Sum of RGB (Red+Green+Blue) = 187+108+23=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6C17 is #4493E8. Grayscale: #7A7A7A. Windows color (decimal): -4494313 or 1535163. OLE color: 1535163.

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

Color convert

RGB 187 108 23 -
CMYK 0 0.42 0.88 0.27
HSL 31.1º 0.78% 0.41% -
HSV(B) 31.1º 0.88% 0.73% -
XYZ 26.01 21.35 3.56 -
YUV 121.93 72.17 174.41 -
System Red Green Blue C M Y K H S L
Decimal 187 108 23 0 0.42 0.88 0.27 31.1 0.78 0.41
Hex BB 6C 17 0 2A 58 1B 1F 4E 29
Octal 273 154 27 0 52 130 33 37 116 51
Binary 10111011 1101100 10111 0 101010 1011000 11011 11111 1001110 101001

Color Harmonies of #BB6C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6C17

Black with #BB6C17

Text Example


Text Example

White with #BB6C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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