Html Css Color HEX #BE807B Brandy Rose

📋 copy color: '#BE807B'

red 190 ◦ green 128 ◦ blue 123

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

Shades of Brandy Rose #BE807B

Tints of Brandy Rose #BE807B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.89%

R = 43.08%
G = 29.02%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE807B (or 0xBE807B) is known color: Brandy Rose. HEX triplet: BE, 80 and 7B. RGB value is (190,128,123). Sum of RGB (Red+Green+Blue) = 190+128+123=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE807B is #417F84. Grayscale: #929292. Windows color (decimal): -4292485 or 8093886. OLE color: 8093886.

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

Color convert

RGB 190 128 123 -
CMYK 0 0.33 0.35 0.25
HSL 4.48º 0.34% 0.61% -
HSV(B) 4.48º 0.35% 0.75% -
XYZ 32.53 27.82 22.39 -
YUV 145.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 190 128 123 0 0.33 0.35 0.25 4.48 0.34 0.61
Hex BE 80 7B 0 21 23 19 4 22 3D
Octal 276 200 173 0 41 43 31 4 42 75
Binary 10111110 10000000 1111011 0 100001 100011 11001 100 100010 111101

Color Harmonies of #BE807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE807B

Black with #BE807B

Text Example


Text Example

White with #BE807B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE807B; }

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

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

background-color css

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

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

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

border-color css

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

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

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