Html Css Color HEX #BB615C Sunglo

📋 copy color: '#BB615C'

red 187 ◦ green 97 ◦ blue 92

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

Shades of Sunglo #BB615C

Tints of Sunglo #BB615C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.47%

R = 49.73%
G = 25.8%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB615C (or 0xBB615C) is known color: Sunglo. HEX triplet: BB, 61 and 5C. RGB value is (187,97,92). Sum of RGB (Red+Green+Blue) = 187+97+92=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB615C is #449EA3. Grayscale: #7B7B7B. Windows color (decimal): -4497060 or 6054331. OLE color: 6054331.

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

Color convert

RGB 187 97 92 -
CMYK 0 0.48 0.51 0.27
HSL 3.16º 0.41% 0.55% -
HSV(B) 3.16º 0.51% 0.73% -
XYZ 26.7 19.89 12.56 -
YUV 123.34 110.32 173.41 -
System Red Green Blue C M Y K H S L
Decimal 187 97 92 0 0.48 0.51 0.27 3.16 0.41 0.55
Hex BB 61 5C 0 30 33 1B 3 29 37
Octal 273 141 134 0 60 63 33 3 51 67
Binary 10111011 1100001 1011100 0 110000 110011 11011 11 101001 110111

Color Harmonies of #BB615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB615C

Black with #BB615C

Text Example


Text Example

White with #BB615C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB615C; }

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

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

background-color css

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

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

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

border-color css

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

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

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