Html Css Color HEX #BB612E Christine

📋 copy color: '#BB612E'

red 187 ◦ green 97 ◦ blue 46

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

Shades of Christine #BB612E

Tints of Christine #BB612E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.39%

 BLUE value IS 46 (18.36% from 255) = 13.94%

R = 56.67%
G = 29.39%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB612E (or 0xBB612E) is known color: Christine. HEX triplet: BB, 61 and 2E. RGB value is (187,97,46). Sum of RGB (Red+Green+Blue) = 187+97+46=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB612E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB612E is #449ED1. Grayscale: #767676. Windows color (decimal): -4497106 or 3039675. OLE color: 3039675.

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

Color convert

RGB 187 97 46 -
CMYK 0 0.48 0.75 0.27
HSL 21.7º 0.61% 0.46% -
HSV(B) 21.7º 0.75% 0.73% -
XYZ 25.26 19.31 4.98 -
YUV 118.1 87.32 177.15 -
System Red Green Blue C M Y K H S L
Decimal 187 97 46 0 0.48 0.75 0.27 21.7 0.61 0.46
Hex BB 61 2E 0 30 4B 1B 16 3D 2E
Octal 273 141 56 0 60 113 33 26 75 56
Binary 10111011 1100001 101110 0 110000 1001011 11011 10110 111101 101110

Color Harmonies of #BB612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB612E

Black with #BB612E

Text Example


Text Example

White with #BB612E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB612E; }

 p { color: rgb(187,97,46); }

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

background-color css

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

 a { background-color: rgb(187,97,46); }

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

border-color css

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

 span { border-color: rgb(187,97,46); }

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