Html Css Color HEX #BB104A Cardinal

📋 copy color: '#BB104A'

red 187 ◦ green 16 ◦ blue 74

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

Shades of Cardinal #BB104A

Tints of Cardinal #BB104A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.78%

 BLUE value IS 74 (29.3% from 255) = 26.71%

R = 67.51%
G = 5.78%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB104A (or 0xBB104A) is known color: Cardinal. HEX triplet: BB, 10 and 4A. RGB value is (187,16,74). Sum of RGB (Red+Green+Blue) = 187+16+74=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB104A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB104A is #44EFB5. Grayscale: #494949. Windows color (decimal): -4517814 or 4853947. OLE color: 4853947.

HSL color Cylindrical-coordinate representation of color #BB104A: hue angle of 339.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB104A is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 16 74 -
CMYK 0 0.91 0.60 0.27
HSL 339.65º 0.84% 0.4% -
HSV(B) 339.65º 0.91% 0.73% -
XYZ 21.91 11.43 7.53 -
YUV 73.74 128.15 208.78 -
System Red Green Blue C M Y K H S L
Decimal 187 16 74 0 0.91 0.60 0.27 339.65 0.84 0.4
Hex BB 10 4A 0 5B 3C 1B 154 54 28
Octal 273 20 112 0 133 74 33 524 124 50
Binary 10111011 10000 1001010 0 1011011 111100 11011 101010100 1010100 101000

Color Harmonies of #BB104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB104A

Black with #BB104A

Text Example


Text Example

White with #BB104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB104A; }

 p { color: rgb(187,16,74); }

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

background-color css

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

 a { background-color: rgb(187,16,74); }

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

border-color css

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

 span { border-color: rgb(187,16,74); }

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