Html Css Color HEX #BE807A Brandy Rose

📋 copy color: '#BE807A'

red 190 ◦ green 128 ◦ blue 122

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

Shades of Brandy Rose #BE807A

Tints of Brandy Rose #BE807A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.73%

R = 43.18%
G = 29.09%
B = 27.73%

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

#BE807A (or 0xBE807A) is known color: Brandy Rose. HEX triplet: BE, 80 and 7A. RGB value is (190,128,122). Sum of RGB (Red+Green+Blue) = 190+128+122=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE807A is #417F85. Grayscale: #919191. Windows color (decimal): -4292486 or 8028350. OLE color: 8028350.

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

Color convert

RGB 190 128 122 -
CMYK 0 0.33 0.36 0.25
HSL 5.29º 0.34% 0.61% -
HSV(B) 5.29º 0.36% 0.75% -
XYZ 32.47 27.79 22.07 -
YUV 145.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 190 128 122 0 0.33 0.36 0.25 5.29 0.34 0.61
Hex BE 80 7A 0 21 24 19 5 22 3D
Octal 276 200 172 0 41 44 31 5 42 75
Binary 10111110 10000000 1111010 0 100001 100100 11001 101 100010 111101

Color Harmonies of #BE807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE807A

Black with #BE807A

Text Example


Text Example

White with #BE807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE807A; }

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

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

background-color css

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

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

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

border-color css

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

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

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