Html Css Color HEX #BE8071 Brandy Rose

📋 copy color: '#BE8071'

red 190 ◦ green 128 ◦ blue 113

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

Shades of Brandy Rose #BE8071

Tints of Brandy Rose #BE8071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.22%

R = 44.08%
G = 29.7%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE8071 (or 0xBE8071) is known color: Brandy Rose. HEX triplet: BE, 80 and 71. RGB value is (190,128,113). Sum of RGB (Red+Green+Blue) = 190+128+113=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8071 is #417F8E. Grayscale: #909090. Windows color (decimal): -4292495 or 7438526. OLE color: 7438526.

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

Color convert

RGB 190 128 113 -
CMYK 0 0.33 0.41 0.25
HSL 11.69º 0.37% 0.59% -
HSV(B) 11.69º 0.41% 0.75% -
XYZ 31.94 27.58 19.26 -
YUV 144.83 110.04 160.22 -
System Red Green Blue C M Y K H S L
Decimal 190 128 113 0 0.33 0.41 0.25 11.69 0.37 0.59
Hex BE 80 71 0 21 29 19 C 25 3B
Octal 276 200 161 0 41 51 31 14 45 73
Binary 10111110 10000000 1110001 0 100001 101001 11001 1100 100101 111011

Color Harmonies of #BE8071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8071

Black with #BE8071

Text Example


Text Example

White with #BE8071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8071; }

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

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

background-color css

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

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

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

border-color css

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

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

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