Html Css Color HEX #BB632B Christine

📋 copy color: '#BB632B'

red 187 ◦ green 99 ◦ blue 43

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

Shades of Christine #BB632B

Tints of Christine #BB632B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.09%

 BLUE value IS 43 (17.19% from 255) = 13.07%

R = 56.84%
G = 30.09%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB632B (or 0xBB632B) is known color: Christine. HEX triplet: BB, 63 and 2B. RGB value is (187,99,43). Sum of RGB (Red+Green+Blue) = 187+99+43=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB632B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB632B is #449CD4. Grayscale: #777777. Windows color (decimal): -4496597 or 2843579. OLE color: 2843579.

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

Color convert

RGB 187 99 43 -
CMYK 0 0.47 0.77 0.27
HSL 23.33º 0.63% 0.45% -
HSV(B) 23.33º 0.77% 0.73% -
XYZ 25.39 19.66 4.74 -
YUV 118.93 85.15 176.55 -
System Red Green Blue C M Y K H S L
Decimal 187 99 43 0 0.47 0.77 0.27 23.33 0.63 0.45
Hex BB 63 2B 0 2F 4D 1B 17 3F 2D
Octal 273 143 53 0 57 115 33 27 77 55
Binary 10111011 1100011 101011 0 101111 1001101 11011 10111 111111 101101

Color Harmonies of #BB632B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB632B

Black with #BB632B

Text Example


Text Example

White with #BB632B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB632B; }

 p { color: rgb(187,99,43); }

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

background-color css

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

 a { background-color: rgb(187,99,43); }

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

border-color css

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

 span { border-color: rgb(187,99,43); }

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