Html Css Color HEX #BE867E Brandy Rose

📋 copy color: '#BE867E'

red 190 ◦ green 134 ◦ blue 126

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

Shades of Brandy Rose #BE867E

Tints of Brandy Rose #BE867E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.78%

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

R = 42.22%
G = 29.78%
B = 28%

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

#BE867E (or 0xBE867E) is known color: Brandy Rose. HEX triplet: BE, 86 and 7E. RGB value is (190,134,126). Sum of RGB (Red+Green+Blue) = 190+134+126=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE867E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE867E is #417981. Grayscale: #959595. Windows color (decimal): -4290946 or 8292030. OLE color: 8292030.

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

Color convert

RGB 190 134 126 -
CMYK 0 0.29 0.34 0.25
HSL 7.5º 0.33% 0.62% -
HSV(B) 7.5º 0.34% 0.75% -
XYZ 33.53 29.5 23.67 -
YUV 149.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 190 134 126 0 0.29 0.34 0.25 7.5 0.33 0.62
Hex BE 86 7E 0 1D 22 19 8 21 3E
Octal 276 206 176 0 35 42 31 10 41 76
Binary 10111110 10000110 1111110 0 11101 100010 11001 1000 100001 111110

Color Harmonies of #BE867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE867E

Black with #BE867E

Text Example


Text Example

White with #BE867E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE867E; }

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

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

background-color css

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

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

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

border-color css

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

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

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