Html Css Color HEX #BB615D Sunglo

📋 copy color: '#BB615D'

red 187 ◦ green 97 ◦ blue 93

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

Shades of Sunglo #BB615D

Tints of Sunglo #BB615D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.67%

R = 49.6%
G = 25.73%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB615D (or 0xBB615D) is known color: Sunglo. HEX triplet: BB, 61 and 5D. RGB value is (187,97,93). Sum of RGB (Red+Green+Blue) = 187+97+93=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB615D is #449EA2. Grayscale: #7B7B7B. Windows color (decimal): -4497059 or 6119867. OLE color: 6119867.

HSL color Cylindrical-coordinate representation of color #BB615D: hue angle of 2.55º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB615D is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 97 93 -
CMYK 0 0.48 0.50 0.27
HSL 2.55º 0.41% 0.55% -
HSV(B) 2.55º 0.5% 0.73% -
XYZ 26.74 19.9 12.79 -
YUV 123.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 187 97 93 0 0.48 0.50 0.27 2.55 0.41 0.55
Hex BB 61 5D 0 30 32 1B 3 29 37
Octal 273 141 135 0 60 62 33 3 51 67
Binary 10111011 1100001 1011101 0 110000 110010 11011 11 101001 110111

Color Harmonies of #BB615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB615D

Black with #BB615D

Text Example


Text Example

White with #BB615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB615D; }

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

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

background-color css

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

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

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

border-color css

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

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

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