#BB622D

Color #BB622D Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #BB622D

Tints of Christine #BB622D

Color information

#BB622D (or 0xBB622D) is unknown color: approx Christine. HEX triplet: BB, 62 and 2D. RGB value is (187,98,45). Sum of RGB (Red+Green+Blue) = 187+98+45=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB622D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB622D is #449DD2. Grayscale: #767676. Windows color (decimal): -4496851 or 2974395. OLE color: 2974395.

HSL color Cylindrical-coordinate representation of color #BB622D: hue angle of 22.39º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB622D is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB1879845-
CMYK00.480.760.27
HSL22.39º61.21%45.49%-
HSV(B)22.39º75.94%73.33%-
XYZ25.3319.494.91-
YUV118.5786.49176.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.67%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 45 (17.97% from 255) = 13.64%
R=56.67%
G=29.70%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187984500.480.760.2722.3961.2145.49
HexBB622D0304C1B163d2d
Octal2731425506011433267555
Binary101110111100010101101011000010011001101110110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB622D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB622D; }

 p { color: rgb(187,98,45); }

 H1.HeaderClassName
 {
   color: #BB622D;
 }
 .AnyTagClassName
 {
   color: #BB622D;
 }
</style>
background-color css

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

 a { background-color: rgb(187,98,45); }

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

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

 span { border-color: rgb(187,98,45); }

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