Html Css Color HEX #BC615A Sunglo

📋 copy color: '#BC615A'

red 188 ◦ green 97 ◦ blue 90

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

Shades of Sunglo #BC615A

Tints of Sunglo #BC615A

RGB

 RED value IS 188 (73.83% from 255) = 50.13%

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

 BLUE value IS 90 (35.55% from 255) = 24%

R = 50.13%
G = 25.87%
B = 24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC615A (or 0xBC615A) is known color: Sunglo. HEX triplet: BC, 61 and 5A. RGB value is (188,97,90). Sum of RGB (Red+Green+Blue) = 188+97+90=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC615A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC615A is #439EA5. Grayscale: #7B7B7B. Windows color (decimal): -4431526 or 5923260. OLE color: 5923260.

HSL color Cylindrical-coordinate representation of color #BC615A: hue angle of 4.29º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC615A is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 97 90 -
CMYK 0 0.48 0.52 0.26
HSL 4.29º 0.42% 0.55% -
HSV(B) 4.29º 0.52% 0.74% -
XYZ 26.86 19.98 12.11 -
YUV 123.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 188 97 90 0 0.48 0.52 0.26 4.29 0.42 0.55
Hex BC 61 5A 0 30 34 1A 4 2A 37
Octal 274 141 132 0 60 64 32 4 52 67
Binary 10111100 1100001 1011010 0 110000 110100 11010 100 101010 110111

Color Harmonies of #BC615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC615A

Black with #BC615A

Text Example


Text Example

White with #BC615A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC615A; }

 p { color: rgb(188,97,90); }

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

background-color css

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

 a { background-color: rgb(188,97,90); }

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

border-color css

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

 span { border-color: rgb(188,97,90); }

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