Html Css Color HEX #BB6253 Sunglo

📋 copy color: '#BB6253'

red 187 ◦ green 98 ◦ blue 83

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

Shades of Sunglo #BB6253

Tints of Sunglo #BB6253

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.63%

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

R = 50.82%
G = 26.63%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB6253 (or 0xBB6253) is known color: Sunglo. HEX triplet: BB, 62 and 53. RGB value is (187,98,83). Sum of RGB (Red+Green+Blue) = 187+98+83=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6253 is #449DAC. Grayscale: #7B7B7B. Windows color (decimal): -4496813 or 5464763. OLE color: 5464763.

HSL color Cylindrical-coordinate representation of color #BB6253: hue angle of 8.65º 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 #BB6253 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 98 83 -
CMYK 0 0.48 0.56 0.27
HSL 8.65º 0.43% 0.53% -
HSV(B) 8.65º 0.56% 0.73% -
XYZ 26.42 19.92 10.64 -
YUV 122.9 105.49 173.72 -
System Red Green Blue C M Y K H S L
Decimal 187 98 83 0 0.48 0.56 0.27 8.65 0.43 0.53
Hex BB 62 53 0 30 38 1B 9 2B 35
Octal 273 142 123 0 60 70 33 11 53 65
Binary 10111011 1100010 1010011 0 110000 111000 11011 1001 101011 110101

Color Harmonies of #BB6253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6253

Black with #BB6253

Text Example


Text Example

White with #BB6253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6253; }

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

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

background-color css

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

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

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

border-color css

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

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

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