Html Css Color HEX #BE7C71 Brandy Rose

📋 copy color: '#BE7C71'

red 190 ◦ green 124 ◦ blue 113

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

Shades of Brandy Rose #BE7C71

Tints of Brandy Rose #BE7C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.46%

R = 44.5%
G = 29.04%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE7C71 (or 0xBE7C71) is known color: Brandy Rose. HEX triplet: BE, 7C and 71. RGB value is (190,124,113). Sum of RGB (Red+Green+Blue) = 190+124+113=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7C71 is #41838E. Grayscale: #8E8E8E. Windows color (decimal): -4293519 or 7437502. OLE color: 7437502.

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

Color convert

RGB 190 124 113 -
CMYK 0 0.35 0.41 0.25
HSL 8.57º 0.37% 0.59% -
HSV(B) 8.57º 0.41% 0.75% -
XYZ 31.42 26.55 19.09 -
YUV 142.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 190 124 113 0 0.35 0.41 0.25 8.57 0.37 0.59
Hex BE 7C 71 0 23 29 19 9 25 3B
Octal 276 174 161 0 43 51 31 11 45 73
Binary 10111110 1111100 1110001 0 100011 101001 11001 1001 100101 111011

Color Harmonies of #BE7C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7C71

Black with #BE7C71

Text Example


Text Example

White with #BE7C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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