Html Css Color HEX #BE877E Brandy Rose

📋 copy color: '#BE877E'

red 190 ◦ green 135 ◦ blue 126

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

Shades of Brandy Rose #BE877E

Tints of Brandy Rose #BE877E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.93%

 BLUE value IS 126 (49.61% from 255) = 27.94%

R = 42.13%
G = 29.93%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE877E (or 0xBE877E) is known color: Brandy Rose. HEX triplet: BE, 87 and 7E. RGB value is (190,135,126). Sum of RGB (Red+Green+Blue) = 190+135+126=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE877E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE877E is #417881. Grayscale: #969696. Windows color (decimal): -4290690 or 8292286. OLE color: 8292286.

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

Color convert

RGB 190 135 126 -
CMYK 0 0.29 0.34 0.25
HSL 8.44º 0.33% 0.62% -
HSV(B) 8.44º 0.34% 0.75% -
XYZ 33.67 29.78 23.71 -
YUV 150.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 190 135 126 0 0.29 0.34 0.25 8.44 0.33 0.62
Hex BE 87 7E 0 1D 22 19 8 21 3E
Octal 276 207 176 0 35 42 31 10 41 76
Binary 10111110 10000111 1111110 0 11101 100010 11001 1000 100001 111110

Color Harmonies of #BE877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE877E

Black with #BE877E

Text Example


Text Example

White with #BE877E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE877E; }

 p { color: rgb(190,135,126); }

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

background-color css

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

 a { background-color: rgb(190,135,126); }

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

border-color css

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

 span { border-color: rgb(190,135,126); }

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