Html Css Color HEX #BE7D78 Brandy Rose

📋 copy color: '#BE7D78'

red 190 ◦ green 125 ◦ blue 120

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

Shades of Brandy Rose #BE7D78

Tints of Brandy Rose #BE7D78

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.74%

 BLUE value IS 120 (47.27% from 255) = 27.59%

R = 43.68%
G = 28.74%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE7D78 (or 0xBE7D78) is known color: Brandy Rose. HEX triplet: BE, 7D and 78. RGB value is (190,125,120). Sum of RGB (Red+Green+Blue) = 190+125+120=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D78 is #418287. Grayscale: #8F8F8F. Windows color (decimal): -4293256 or 7896510. OLE color: 7896510.

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

Color convert

RGB 190 125 120 -
CMYK 0 0.34 0.37 0.25
HSL 4.29º 0.35% 0.61% -
HSV(B) 4.29º 0.37% 0.75% -
XYZ 31.96 26.97 21.29 -
YUV 143.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 190 125 120 0 0.34 0.37 0.25 4.29 0.35 0.61
Hex BE 7D 78 0 22 25 19 4 23 3D
Octal 276 175 170 0 42 45 31 4 43 75
Binary 10111110 1111101 1111000 0 100010 100101 11001 100 100011 111101

Color Harmonies of #BE7D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D78

Black with #BE7D78

Text Example


Text Example

White with #BE7D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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