Html Css Color HEX #BE8279 Brandy Rose

📋 copy color: '#BE8279'

red 190 ◦ green 130 ◦ blue 121

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

Shades of Brandy Rose #BE8279

Tints of Brandy Rose #BE8279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.48%

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

R = 43.08%
G = 29.48%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE8279 (or 0xBE8279) is known color: Brandy Rose. HEX triplet: BE, 82 and 79. RGB value is (190,130,121). Sum of RGB (Red+Green+Blue) = 190+130+121=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8279 is #417D86. Grayscale: #939393. Windows color (decimal): -4291975 or 7963326. OLE color: 7963326.

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

Color convert

RGB 190 130 121 -
CMYK 0 0.32 0.36 0.25
HSL 7.83º 0.35% 0.61% -
HSV(B) 7.83º 0.36% 0.75% -
XYZ 32.67 28.29 21.83 -
YUV 146.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 190 130 121 0 0.32 0.36 0.25 7.83 0.35 0.61
Hex BE 82 79 0 20 24 19 8 23 3D
Octal 276 202 171 0 40 44 31 10 43 75
Binary 10111110 10000010 1111001 0 100000 100100 11001 1000 100011 111101

Color Harmonies of #BE8279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8279

Black with #BE8279

Text Example


Text Example

White with #BE8279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8279; }

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

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

background-color css

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

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

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

border-color css

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

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

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