Html Css Color HEX #BB6D24 Pirate Gold

📋 copy color: '#BB6D24'

red 187 ◦ green 109 ◦ blue 36

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

Shades of Pirate Gold #BB6D24

Tints of Pirate Gold #BB6D24

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.83%

 BLUE value IS 36 (14.45% from 255) = 10.84%

R = 56.33%
G = 32.83%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB6D24 (or 0xBB6D24) is known color: Pirate Gold. HEX triplet: BB, 6D and 24. RGB value is (187,109,36). Sum of RGB (Red+Green+Blue) = 187+109+36=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6D24 is #4492DB. Grayscale: #7C7C7C. Windows color (decimal): -4494044 or 2387387. OLE color: 2387387.

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

Color convert

RGB 187 109 36 -
CMYK 0 0.42 0.81 0.27
HSL 29.01º 0.68% 0.44% -
HSV(B) 29.01º 0.81% 0.73% -
XYZ 26.28 21.63 4.46 -
YUV 124 78.34 172.94 -
System Red Green Blue C M Y K H S L
Decimal 187 109 36 0 0.42 0.81 0.27 29.01 0.68 0.44
Hex BB 6D 24 0 2A 51 1B 1D 44 2C
Octal 273 155 44 0 52 121 33 35 104 54
Binary 10111011 1101101 100100 0 101010 1010001 11011 11101 1000100 101100

Color Harmonies of #BB6D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6D24

Black with #BB6D24

Text Example


Text Example

White with #BB6D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6D24; }

 p { color: rgb(187,109,36); }

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

background-color css

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

 a { background-color: rgb(187,109,36); }

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

border-color css

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

 span { border-color: rgb(187,109,36); }

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