Html Css Color HEX #BE8C8A Rosy Brown

📋 copy color: '#BE8C8A'

red 190 ◦ green 140 ◦ blue 138

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

Shades of Rosy Brown #BE8C8A

Tints of Rosy Brown #BE8C8A

RGB

 RED value IS 190 (74.61% from 255) = 40.6%

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

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

R = 40.6%
G = 29.91%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE8C8A (or 0xBE8C8A) is known color: Rosy Brown. HEX triplet: BE, 8C and 8A. RGB value is (190,140,138). Sum of RGB (Red+Green+Blue) = 190+140+138=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8C8A is #417375. Grayscale: #9A9A9A. Windows color (decimal): -4289398 or 9079998. OLE color: 9079998.

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

Color convert

RGB 190 140 138 -
CMYK 0 0.26 0.27 0.25
HSL 2.31º 0.29% 0.64% -
HSV(B) 2.31º 0.27% 0.75% -
XYZ 35.2 31.54 28.28 -
YUV 154.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 190 140 138 0 0.26 0.27 0.25 2.31 0.29 0.64
Hex BE 8C 8A 0 1A 1B 19 2 1D 40
Octal 276 214 212 0 32 33 31 2 35 100
Binary 10111110 10001100 10001010 0 11010 11011 11001 10 11101 1000000

Color Harmonies of #BE8C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C8A

Black with #BE8C8A

Text Example


Text Example

White with #BE8C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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