Html Css Color HEX #BC6954 Sunglo

📋 copy color: '#BC6954'

red 188 ◦ green 105 ◦ blue 84

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

Shades of Sunglo #BC6954

Tints of Sunglo #BC6954

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.85%

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

R = 49.87%
G = 27.85%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC6954 (or 0xBC6954) is known color: Sunglo. HEX triplet: BC, 69 and 54. RGB value is (188,105,84). Sum of RGB (Red+Green+Blue) = 188+105+84=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6954 is #4396AB. Grayscale: #7F7F7F. Windows color (decimal): -4429484 or 5532092. OLE color: 5532092.

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

Color convert

RGB 188 105 84 -
CMYK 0 0.44 0.55 0.26
HSL 12.12º 0.44% 0.53% -
HSV(B) 12.12º 0.55% 0.74% -
XYZ 27.39 21.43 11.08 -
YUV 127.42 103.5 171.21 -
System Red Green Blue C M Y K H S L
Decimal 188 105 84 0 0.44 0.55 0.26 12.12 0.44 0.53
Hex BC 69 54 0 2C 37 1A C 2C 35
Octal 274 151 124 0 54 67 32 14 54 65
Binary 10111100 1101001 1010100 0 101100 110111 11010 1100 101100 110101

Color Harmonies of #BC6954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6954

Black with #BC6954

Text Example


Text Example

White with #BC6954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6954; }

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

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

background-color css

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

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

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

border-color css

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

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

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