Html Css Color HEX #BE847D Brandy Rose

📋 copy color: '#BE847D'

red 190 ◦ green 132 ◦ blue 125

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

Shades of Brandy Rose #BE847D

Tints of Brandy Rose #BE847D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.53%

 BLUE value IS 125 (49.22% from 255) = 27.96%

R = 42.51%
G = 29.53%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE847D (or 0xBE847D) is known color: Brandy Rose. HEX triplet: BE, 84 and 7D. RGB value is (190,132,125). Sum of RGB (Red+Green+Blue) = 190+132+125=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE847D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE847D is #417B82. Grayscale: #949494. Windows color (decimal): -4291459 or 8225982. OLE color: 8225982.

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

Color convert

RGB 190 132 125 -
CMYK 0 0.31 0.34 0.25
HSL 6.46º 0.33% 0.62% -
HSV(B) 6.46º 0.34% 0.75% -
XYZ 33.19 28.93 23.24 -
YUV 148.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 190 132 125 0 0.31 0.34 0.25 6.46 0.33 0.62
Hex BE 84 7D 0 1F 22 19 6 21 3E
Octal 276 204 175 0 37 42 31 6 41 76
Binary 10111110 10000100 1111101 0 11111 100010 11001 110 100001 111110

Color Harmonies of #BE847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE847D

Black with #BE847D

Text Example


Text Example

White with #BE847D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE847D; }

 p { color: rgb(190,132,125); }

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

background-color css

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

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

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

border-color css

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

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

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