Html Css Color HEX #B69391 Rosy Brown

📋 copy color: '#B69391'

red 182 ◦ green 147 ◦ blue 145

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

Shades of Rosy Brown #B69391

Tints of Rosy Brown #B69391

RGB

 RED value IS 182 (71.48% from 255) = 38.4%

 GREEN value IS 147 (57.81% from 255) = 31.01%

 BLUE value IS 145 (57.03% from 255) = 30.59%

R = 38.4%
G = 31.01%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B69391 (or 0xB69391) is known color: Rosy Brown. HEX triplet: B6, 93 and 91. RGB value is (182,147,145). Sum of RGB (Red+Green+Blue) = 182+147+145=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B69391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69391 is #496C6E. Grayscale: #9D9D9D. Windows color (decimal): -4811887 or 9540534. OLE color: 9540534.

HSL color Cylindrical-coordinate representation of color #B69391: hue angle of 3.24º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B69391 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 147 145 -
CMYK 0 0.19 0.20 0.29
HSL 3.24º 0.2% 0.64% -
HSV(B) 3.24º 0.2% 0.71% -
XYZ 34.84 32.86 31.29 -
YUV 157.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 182 147 145 0 0.19 0.20 0.29 3.24 0.2 0.64
Hex B6 93 91 0 13 14 1D 3 14 40
Octal 266 223 221 0 23 24 35 3 24 100
Binary 10110110 10010011 10010001 0 10011 10100 11101 11 10100 1000000

Color Harmonies of #B69391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69391

Black with #B69391

Text Example


Text Example

White with #B69391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69391; }

 p { color: rgb(182,147,145); }

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

background-color css

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

 a { background-color: rgb(182,147,145); }

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

border-color css

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

 span { border-color: rgb(182,147,145); }

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