Html Css Color HEX #BE8877 Brandy Rose

📋 copy color: '#BE8877'

red 190 ◦ green 136 ◦ blue 119

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

Shades of Brandy Rose #BE8877

Tints of Brandy Rose #BE8877

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.56%

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

R = 42.7%
G = 30.56%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE8877 (or 0xBE8877) is known color: Brandy Rose. HEX triplet: BE, 88 and 77. RGB value is (190,136,119). Sum of RGB (Red+Green+Blue) = 190+136+119=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8877 is #417788. Grayscale: #969696. Windows color (decimal): -4290441 or 7833790. OLE color: 7833790.

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

Color convert

RGB 190 136 119 -
CMYK 0 0.28 0.37 0.25
HSL 14.37º 0.35% 0.61% -
HSV(B) 14.37º 0.37% 0.75% -
XYZ 33.37 29.89 21.46 -
YUV 150.21 110.39 156.38 -
System Red Green Blue C M Y K H S L
Decimal 190 136 119 0 0.28 0.37 0.25 14.37 0.35 0.61
Hex BE 88 77 0 1C 25 19 E 23 3D
Octal 276 210 167 0 34 45 31 16 43 75
Binary 10111110 10001000 1110111 0 11100 100101 11001 1110 100011 111101

Color Harmonies of #BE8877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8877

Black with #BE8877

Text Example


Text Example

White with #BE8877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8877; }

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

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

background-color css

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

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

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

border-color css

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

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

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