Html Css Color HEX #BE8978 Brandy Rose

📋 copy color: '#BE8978'

red 190 ◦ green 137 ◦ blue 120

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

Shades of Brandy Rose #BE8978

Tints of Brandy Rose #BE8978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.65%

 BLUE value IS 120 (47.27% from 255) = 26.85%

R = 42.51%
G = 30.65%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE8978 (or 0xBE8978) is known color: Brandy Rose. HEX triplet: BE, 89 and 78. RGB value is (190,137,120). Sum of RGB (Red+Green+Blue) = 190+137+120=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8978 is #417687. Grayscale: #979797. Windows color (decimal): -4290184 or 7899582. OLE color: 7899582.

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

Color convert

RGB 190 137 120 -
CMYK 0 0.28 0.37 0.25
HSL 14.57º 0.35% 0.61% -
HSV(B) 14.57º 0.37% 0.75% -
XYZ 33.57 30.19 21.83 -
YUV 150.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 190 137 120 0 0.28 0.37 0.25 14.57 0.35 0.61
Hex BE 89 78 0 1C 25 19 F 23 3D
Octal 276 211 170 0 34 45 31 17 43 75
Binary 10111110 10001001 1111000 0 11100 100101 11001 1111 100011 111101

Color Harmonies of #BE8978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8978

Black with #BE8978

Text Example


Text Example

White with #BE8978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8978; }

 p { color: rgb(190,137,120); }

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

background-color css

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

 a { background-color: rgb(190,137,120); }

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

border-color css

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

 span { border-color: rgb(190,137,120); }

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