Html Css Color HEX #BE817E Brandy Rose

📋 copy color: '#BE817E'

red 190 ◦ green 129 ◦ blue 126

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

Shades of Brandy Rose #BE817E

Tints of Brandy Rose #BE817E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.99%

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

R = 42.7%
G = 28.99%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE817E (or 0xBE817E) is known color: Brandy Rose. HEX triplet: BE, 81 and 7E. RGB value is (190,129,126). Sum of RGB (Red+Green+Blue) = 190+129+126=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE817E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE817E is #417E81. Grayscale: #929292. Windows color (decimal): -4292226 or 8290750. OLE color: 8290750.

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

Color convert

RGB 190 129 126 -
CMYK 0 0.32 0.34 0.25
HSL 2.81º 0.33% 0.62% -
HSV(B) 2.81º 0.34% 0.75% -
XYZ 32.85 28.15 23.44 -
YUV 146.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 190 129 126 0 0.32 0.34 0.25 2.81 0.33 0.62
Hex BE 81 7E 0 20 22 19 3 21 3E
Octal 276 201 176 0 40 42 31 3 41 76
Binary 10111110 10000001 1111110 0 100000 100010 11001 11 100001 111110

Color Harmonies of #BE817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE817E

Black with #BE817E

Text Example


Text Example

White with #BE817E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE817E; }

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

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

background-color css

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

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

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

border-color css

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

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

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