Html Css Color HEX #BC6754 Sunglo

📋 copy color: '#BC6754'

red 188 ◦ green 103 ◦ blue 84

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

Shades of Sunglo #BC6754

Tints of Sunglo #BC6754

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.47%

 BLUE value IS 84 (33.2% from 255) = 22.4%

R = 50.13%
G = 27.47%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC6754 (or 0xBC6754) is known color: Sunglo. HEX triplet: BC, 67 and 54. RGB value is (188,103,84). Sum of RGB (Red+Green+Blue) = 188+103+84=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6754 is #4398AB. Grayscale: #7E7E7E. Windows color (decimal): -4429996 or 5531580. OLE color: 5531580.

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

Color convert

RGB 188 103 84 -
CMYK 0 0.45 0.55 0.26
HSL 10.96º 0.44% 0.53% -
HSV(B) 10.96º 0.55% 0.74% -
XYZ 27.19 21.03 11.01 -
YUV 126.25 104.16 172.04 -
System Red Green Blue C M Y K H S L
Decimal 188 103 84 0 0.45 0.55 0.26 10.96 0.44 0.53
Hex BC 67 54 0 2D 37 1A B 2C 35
Octal 274 147 124 0 55 67 32 13 54 65
Binary 10111100 1100111 1010100 0 101101 110111 11010 1011 101100 110101

Color Harmonies of #BC6754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6754

Black with #BC6754

Text Example


Text Example

White with #BC6754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6754; }

 p { color: rgb(188,103,84); }

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

background-color css

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

 a { background-color: rgb(188,103,84); }

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

border-color css

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

 span { border-color: rgb(188,103,84); }

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