Html Css Color HEX #BB7224 Pirate Gold

📋 copy color: '#BB7224'

red 187 ◦ green 114 ◦ blue 36

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

Shades of Pirate Gold #BB7224

Tints of Pirate Gold #BB7224

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

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

R = 55.49%
G = 33.83%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB7224 (or 0xBB7224) is known color: Pirate Gold. HEX triplet: BB, 72 and 24. RGB value is (187,114,36). Sum of RGB (Red+Green+Blue) = 187+114+36=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7224 is #448DDB. Grayscale: #7F7F7F. Windows color (decimal): -4492764 or 2388667. OLE color: 2388667.

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

Color convert

RGB 187 114 36 -
CMYK 0 0.39 0.81 0.27
HSL 30.99º 0.68% 0.44% -
HSV(B) 30.99º 0.81% 0.73% -
XYZ 26.83 22.73 4.64 -
YUV 126.94 76.68 170.84 -
System Red Green Blue C M Y K H S L
Decimal 187 114 36 0 0.39 0.81 0.27 30.99 0.68 0.44
Hex BB 72 24 0 27 51 1B 1F 44 2C
Octal 273 162 44 0 47 121 33 37 104 54
Binary 10111011 1110010 100100 0 100111 1010001 11011 11111 1000100 101100

Color Harmonies of #BB7224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7224

Black with #BB7224

Text Example


Text Example

White with #BB7224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7224; }

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

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

background-color css

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

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

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

border-color css

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

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

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