Html Css Color HEX #BE7A77 Brandy Rose

📋 copy color: '#BE7A77'

red 190 ◦ green 122 ◦ blue 119

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

Shades of Brandy Rose #BE7A77

Tints of Brandy Rose #BE7A77

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.31%

 BLUE value IS 119 (46.88% from 255) = 27.61%

R = 44.08%
G = 28.31%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE7A77 (or 0xBE7A77) is known color: Brandy Rose. HEX triplet: BE, 7A and 77. RGB value is (190,122,119). Sum of RGB (Red+Green+Blue) = 190+122+119=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A77 is #418588. Grayscale: #8E8E8E. Windows color (decimal): -4294025 or 7830206. OLE color: 7830206.

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

Color convert

RGB 190 122 119 -
CMYK 0 0.36 0.37 0.25
HSL 2.54º 0.35% 0.61% -
HSV(B) 2.54º 0.37% 0.75% -
XYZ 31.52 26.2 20.85 -
YUV 141.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 190 122 119 0 0.36 0.37 0.25 2.54 0.35 0.61
Hex BE 7A 77 0 24 25 19 3 23 3D
Octal 276 172 167 0 44 45 31 3 43 75
Binary 10111110 1111010 1110111 0 100100 100101 11001 11 100011 111101

Color Harmonies of #BE7A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A77

Black with #BE7A77

Text Example


Text Example

White with #BE7A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A77; }

 p { color: rgb(190,122,119); }

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

background-color css

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

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

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

border-color css

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

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

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