Html Css Color HEX #BB7223 Pirate Gold

📋 copy color: '#BB7223'

red 187 ◦ green 114 ◦ blue 35

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

Shades of Pirate Gold #BB7223

Tints of Pirate Gold #BB7223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.42%

R = 55.65%
G = 33.93%
B = 10.42%

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

#BB7223 (or 0xBB7223) is known color: Pirate Gold. HEX triplet: BB, 72 and 23. RGB value is (187,114,35). Sum of RGB (Red+Green+Blue) = 187+114+35=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7223 is #448DDC. Grayscale: #7F7F7F. Windows color (decimal): -4492765 or 2323131. OLE color: 2323131.

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

Color convert

RGB 187 114 35 -
CMYK 0 0.39 0.81 0.27
HSL 31.18º 0.68% 0.44% -
HSV(B) 31.18º 0.81% 0.73% -
XYZ 26.81 22.72 4.56 -
YUV 126.82 76.18 170.92 -
System Red Green Blue C M Y K H S L
Decimal 187 114 35 0 0.39 0.81 0.27 31.18 0.68 0.44
Hex BB 72 23 0 27 51 1B 1F 44 2C
Octal 273 162 43 0 47 121 33 37 104 54
Binary 10111011 1110010 100011 0 100111 1010001 11011 11111 1000100 101100

Color Harmonies of #BB7223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7223

Black with #BB7223

Text Example


Text Example

White with #BB7223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7223; }

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

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

background-color css

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

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

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

border-color css

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

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

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