Html Css Color HEX #BB6053 Sunglo

📋 copy color: '#BB6053'

red 187 ◦ green 96 ◦ blue 83

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

Shades of Sunglo #BB6053

Tints of Sunglo #BB6053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.23%

 BLUE value IS 83 (32.81% from 255) = 22.68%

R = 51.09%
G = 26.23%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB6053 (or 0xBB6053) is known color: Sunglo. HEX triplet: BB, 60 and 53. RGB value is (187,96,83). Sum of RGB (Red+Green+Blue) = 187+96+83=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6053 is #449FAC. Grayscale: #797979. Windows color (decimal): -4497325 or 5464251. OLE color: 5464251.

HSL color Cylindrical-coordinate representation of color #BB6053: hue angle of 7.5º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB6053 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 96 83 -
CMYK 0 0.49 0.56 0.27
HSL 7.5º 0.43% 0.53% -
HSV(B) 7.5º 0.56% 0.73% -
XYZ 26.24 19.56 10.58 -
YUV 121.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 187 96 83 0 0.49 0.56 0.27 7.5 0.43 0.53
Hex BB 60 53 0 31 38 1B 8 2B 35
Octal 273 140 123 0 61 70 33 10 53 65
Binary 10111011 1100000 1010011 0 110001 111000 11011 1000 101011 110101

Color Harmonies of #BB6053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6053

Black with #BB6053

Text Example


Text Example

White with #BB6053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6053; }

 p { color: rgb(187,96,83); }

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

background-color css

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

 a { background-color: rgb(187,96,83); }

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

border-color css

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

 span { border-color: rgb(187,96,83); }

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