Html Css Color HEX #BE7C77 Brandy Rose

📋 copy color: '#BE7C77'

red 190 ◦ green 124 ◦ blue 119

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

Shades of Brandy Rose #BE7C77

Tints of Brandy Rose #BE7C77

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.64%

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

R = 43.88%
G = 28.64%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE7C77 (or 0xBE7C77) is known color: Brandy Rose. HEX triplet: BE, 7C and 77. RGB value is (190,124,119). Sum of RGB (Red+Green+Blue) = 190+124+119=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7C77 is #418388. Grayscale: #8F8F8F. Windows color (decimal): -4293513 or 7830718. OLE color: 7830718.

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

Color convert

RGB 190 124 119 -
CMYK 0 0.35 0.37 0.25
HSL 4.23º 0.35% 0.61% -
HSV(B) 4.23º 0.37% 0.75% -
XYZ 31.77 26.69 20.93 -
YUV 143.16 114.37 161.41 -
System Red Green Blue C M Y K H S L
Decimal 190 124 119 0 0.35 0.37 0.25 4.23 0.35 0.61
Hex BE 7C 77 0 23 25 19 4 23 3D
Octal 276 174 167 0 43 45 31 4 43 75
Binary 10111110 1111100 1110111 0 100011 100101 11001 100 100011 111101

Color Harmonies of #BE7C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7C77

Black with #BE7C77

Text Example


Text Example

White with #BE7C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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