Html Css Color HEX #BE8079 Brandy Rose

📋 copy color: '#BE8079'

red 190 ◦ green 128 ◦ blue 121

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

Shades of Brandy Rose #BE8079

Tints of Brandy Rose #BE8079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.16%

 BLUE value IS 121 (47.66% from 255) = 27.56%

R = 43.28%
G = 29.16%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE8079 (or 0xBE8079) is known color: Brandy Rose. HEX triplet: BE, 80 and 79. RGB value is (190,128,121). Sum of RGB (Red+Green+Blue) = 190+128+121=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8079 is #417F86. Grayscale: #919191. Windows color (decimal): -4292487 or 7962814. OLE color: 7962814.

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

Color convert

RGB 190 128 121 -
CMYK 0 0.33 0.36 0.25
HSL 6.09º 0.35% 0.61% -
HSV(B) 6.09º 0.36% 0.75% -
XYZ 32.41 27.77 21.74 -
YUV 145.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 190 128 121 0 0.33 0.36 0.25 6.09 0.35 0.61
Hex BE 80 79 0 21 24 19 6 23 3D
Octal 276 200 171 0 41 44 31 6 43 75
Binary 10111110 10000000 1111001 0 100001 100100 11001 110 100011 111101

Color Harmonies of #BE8079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8079

Black with #BE8079

Text Example


Text Example

White with #BE8079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8079; }

 p { color: rgb(190,128,121); }

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

background-color css

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

 a { background-color: rgb(190,128,121); }

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

border-color css

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

 span { border-color: rgb(190,128,121); }

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