Html Css Color HEX #BE8A8A Rosy Brown

📋 copy color: '#BE8A8A'

red 190 ◦ green 138 ◦ blue 138

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

Shades of Rosy Brown #BE8A8A

Tints of Rosy Brown #BE8A8A

RGB

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

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

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

R = 40.77%
G = 29.61%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE8A8A (or 0xBE8A8A) is known color: Rosy Brown. HEX triplet: BE, 8A and 8A. RGB value is (190,138,138). Sum of RGB (Red+Green+Blue) = 190+138+138=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8A8A is #417575. Grayscale: #999999. Windows color (decimal): -4289910 or 9079486. OLE color: 9079486.

HSL color Cylindrical-coordinate representation of color #BE8A8A: hue angle of 0º 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 #BE8A8A is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 138 138 -
CMYK 0 0.27 0.27 0.25
HSL 0.29% 0.64% -
HSV(B) 0.27% 0.75% -
XYZ 34.91 30.96 28.18 -
YUV 153.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 190 138 138 0 0.27 0.27 0.25 0 0.29 0.64
Hex BE 8A 8A 0 1B 1B 19 0 1D 40
Octal 276 212 212 0 33 33 31 0 35 100
Binary 10111110 10001010 10001010 0 11011 11011 11001 0 11101 1000000

Color Harmonies of #BE8A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A8A

Black with #BE8A8A

Text Example


Text Example

White with #BE8A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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