Html Css Color HEX #BC8C8A Rosy Brown

📋 copy color: '#BC8C8A'

red 188 ◦ green 140 ◦ blue 138

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

Shades of Rosy Brown #BC8C8A

Tints of Rosy Brown #BC8C8A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.04%

 BLUE value IS 138 (54.3% from 255) = 29.61%

R = 40.34%
G = 30.04%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC8C8A (or 0xBC8C8A) is known color: Rosy Brown. HEX triplet: BC, 8C and 8A. RGB value is (188,140,138). Sum of RGB (Red+Green+Blue) = 188+140+138=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8C8A is #437375. Grayscale: #9A9A9A. Windows color (decimal): -4420470 or 9079996. OLE color: 9079996.

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

Color convert

RGB 188 140 138 -
CMYK 0 0.26 0.27 0.26
HSL 2.4º 0.27% 0.64% -
HSV(B) 2.4º 0.27% 0.74% -
XYZ 34.7 31.28 28.25 -
YUV 154.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 188 140 138 0 0.26 0.27 0.26 2.4 0.27 0.64
Hex BC 8C 8A 0 1A 1B 1A 2 1B 40
Octal 274 214 212 0 32 33 32 2 33 100
Binary 10111100 10001100 10001010 0 11010 11011 11010 10 11011 1000000

Color Harmonies of #BC8C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C8A

Black with #BC8C8A

Text Example


Text Example

White with #BC8C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C8A; }

 p { color: rgb(188,140,138); }

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

background-color css

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

 a { background-color: rgb(188,140,138); }

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

border-color css

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

 span { border-color: rgb(188,140,138); }

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