Html Css Color HEX #BC6952 Sunglo

📋 copy color: '#BC6952'

red 188 ◦ green 105 ◦ blue 82

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

Shades of Sunglo #BC6952

Tints of Sunglo #BC6952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.87%

R = 50.13%
G = 28%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC6952 (or 0xBC6952) is known color: Sunglo. HEX triplet: BC, 69 and 52. RGB value is (188,105,82). Sum of RGB (Red+Green+Blue) = 188+105+82=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6952 is #4396AD. Grayscale: #7F7F7F. Windows color (decimal): -4429486 or 5401020. OLE color: 5401020.

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

Color convert

RGB 188 105 82 -
CMYK 0 0.44 0.56 0.26
HSL 13.02º 0.44% 0.53% -
HSV(B) 13.02º 0.56% 0.74% -
XYZ 27.31 21.4 10.67 -
YUV 127.2 102.5 171.37 -
System Red Green Blue C M Y K H S L
Decimal 188 105 82 0 0.44 0.56 0.26 13.02 0.44 0.53
Hex BC 69 52 0 2C 38 1A D 2C 35
Octal 274 151 122 0 54 70 32 15 54 65
Binary 10111100 1101001 1010010 0 101100 111000 11010 1101 101100 110101

Color Harmonies of #BC6952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6952

Black with #BC6952

Text Example


Text Example

White with #BC6952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6952; }

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

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

background-color css

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

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

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

border-color css

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

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

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