Html Css Color HEX #BE8479 Brandy Rose

📋 copy color: '#BE8479'

red 190 ◦ green 132 ◦ blue 121

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

Shades of Brandy Rose #BE8479

Tints of Brandy Rose #BE8479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.8%

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

R = 42.89%
G = 29.8%
B = 27.31%

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

#BE8479 (or 0xBE8479) is known color: Brandy Rose. HEX triplet: BE, 84 and 79. RGB value is (190,132,121). Sum of RGB (Red+Green+Blue) = 190+132+121=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8479 is #417B86. Grayscale: #949494. Windows color (decimal): -4291463 or 7963838. OLE color: 7963838.

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

Color convert

RGB 190 132 121 -
CMYK 0 0.31 0.36 0.25
HSL 9.57º 0.35% 0.61% -
HSV(B) 9.57º 0.36% 0.75% -
XYZ 32.94 28.83 21.92 -
YUV 148.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 190 132 121 0 0.31 0.36 0.25 9.57 0.35 0.61
Hex BE 84 79 0 1F 24 19 A 23 3D
Octal 276 204 171 0 37 44 31 12 43 75
Binary 10111110 10000100 1111001 0 11111 100100 11001 1010 100011 111101

Color Harmonies of #BE8479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8479

Black with #BE8479

Text Example


Text Example

White with #BE8479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8479; }

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

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

background-color css

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

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

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

border-color css

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

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

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