Html Css Color HEX #BC605B Sunglo

📋 copy color: '#BC605B'

red 188 ◦ green 96 ◦ blue 91

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

Shades of Sunglo #BC605B

Tints of Sunglo #BC605B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.27%

R = 50.13%
G = 25.6%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC605B (or 0xBC605B) is known color: Sunglo. HEX triplet: BC, 60 and 5B. RGB value is (188,96,91). Sum of RGB (Red+Green+Blue) = 188+96+91=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC605B is #439FA4. Grayscale: #7B7B7B. Windows color (decimal): -4431781 or 5988540. OLE color: 5988540.

HSL color Cylindrical-coordinate representation of color #BC605B: hue angle of 3.09º 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 #BC605B is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 96 91 -
CMYK 0 0.49 0.52 0.26
HSL 3.09º 0.42% 0.55% -
HSV(B) 3.09º 0.52% 0.74% -
XYZ 26.81 19.81 12.31 -
YUV 122.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 188 96 91 0 0.49 0.52 0.26 3.09 0.42 0.55
Hex BC 60 5B 0 31 34 1A 3 2A 37
Octal 274 140 133 0 61 64 32 3 52 67
Binary 10111100 1100000 1011011 0 110001 110100 11010 11 101010 110111

Color Harmonies of #BC605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC605B

Black with #BC605B

Text Example


Text Example

White with #BC605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC605B; }

 p { color: rgb(188,96,91); }

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

background-color css

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

 a { background-color: rgb(188,96,91); }

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

border-color css

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

 span { border-color: rgb(188,96,91); }

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