Html Css Color HEX #BE857E Brandy Rose

📋 copy color: '#BE857E'

red 190 ◦ green 133 ◦ blue 126

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

Shades of Brandy Rose #BE857E

Tints of Brandy Rose #BE857E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.62%

 BLUE value IS 126 (49.61% from 255) = 28.06%

R = 42.32%
G = 29.62%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE857E (or 0xBE857E) is known color: Brandy Rose. HEX triplet: BE, 85 and 7E. RGB value is (190,133,126). Sum of RGB (Red+Green+Blue) = 190+133+126=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE857E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE857E is #417A81. Grayscale: #959595. Windows color (decimal): -4291202 or 8291774. OLE color: 8291774.

HSL color Cylindrical-coordinate representation of color #BE857E: hue angle of 6.56º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE857E is Cyan = 0, Magento = 0.3, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 133 126 -
CMYK 0 0.3 0.34 0.25
HSL 6.56º 0.33% 0.62% -
HSV(B) 6.56º 0.34% 0.75% -
XYZ 33.39 29.23 23.62 -
YUV 149.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 190 133 126 0 0.3 0.34 0.25 6.56 0.33 0.62
Hex BE 85 7E 0 1E 22 19 7 21 3E
Octal 276 205 176 0 36 42 31 7 41 76
Binary 10111110 10000101 1111110 0 11110 100010 11001 111 100001 111110

Color Harmonies of #BE857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE857E

Black with #BE857E

Text Example


Text Example

White with #BE857E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE857E; }

 p { color: rgb(190,133,126); }

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

background-color css

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

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

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

border-color css

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

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

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