Html Css Color HEX #BC9793 Rosy Brown

📋 copy color: '#BC9793'

red 188 ◦ green 151 ◦ blue 147

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

Shades of Rosy Brown #BC9793

Tints of Rosy Brown #BC9793

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.07%

 BLUE value IS 147 (57.81% from 255) = 30.25%

R = 38.68%
G = 31.07%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC9793 (or 0xBC9793) is known color: Rosy Brown. HEX triplet: BC, 97 and 93. RGB value is (188,151,147). Sum of RGB (Red+Green+Blue) = 188+151+147=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9793 is #43686C. Grayscale: #A1A1A1. Windows color (decimal): -4417645 or 9672636. OLE color: 9672636.

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

Color convert

RGB 188 151 147 -
CMYK 0 0.20 0.22 0.26
HSL 5.85º 0.23% 0.66% -
HSV(B) 5.85º 0.22% 0.74% -
XYZ 37.07 34.93 32.39 -
YUV 161.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 188 151 147 0 0.20 0.22 0.26 5.85 0.23 0.66
Hex BC 97 93 0 14 16 1A 6 17 42
Octal 274 227 223 0 24 26 32 6 27 102
Binary 10111100 10010111 10010011 0 10100 10110 11010 110 10111 1000010

Color Harmonies of #BC9793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9793

Black with #BC9793

Text Example


Text Example

White with #BC9793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9793; }

 p { color: rgb(188,151,147); }

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

background-color css

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

 a { background-color: rgb(188,151,147); }

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

border-color css

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

 span { border-color: rgb(188,151,147); }

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