Html Css Color HEX #BE8379 Brandy Rose

📋 copy color: '#BE8379'

red 190 ◦ green 131 ◦ blue 121

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

Shades of Brandy Rose #BE8379

Tints of Brandy Rose #BE8379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.64%

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

R = 42.99%
G = 29.64%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE8379 (or 0xBE8379) is known color: Brandy Rose. HEX triplet: BE, 83 and 79. RGB value is (190,131,121). Sum of RGB (Red+Green+Blue) = 190+131+121=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8379 is #417C86. Grayscale: #939393. Windows color (decimal): -4291719 or 7963582. OLE color: 7963582.

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

Color convert

RGB 190 131 121 -
CMYK 0 0.31 0.36 0.25
HSL 8.7º 0.35% 0.61% -
HSV(B) 8.7º 0.36% 0.75% -
XYZ 32.8 28.56 21.87 -
YUV 147.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 190 131 121 0 0.31 0.36 0.25 8.7 0.35 0.61
Hex BE 83 79 0 1F 24 19 9 23 3D
Octal 276 203 171 0 37 44 31 11 43 75
Binary 10111110 10000011 1111001 0 11111 100100 11001 1001 100011 111101

Color Harmonies of #BE8379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8379

Black with #BE8379

Text Example


Text Example

White with #BE8379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8379; }

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

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

background-color css

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

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

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

border-color css

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

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

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