Html Css Color HEX #BE8077 Brandy Rose

📋 copy color: '#BE8077'

red 190 ◦ green 128 ◦ blue 119

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

Shades of Brandy Rose #BE8077

Tints of Brandy Rose #BE8077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.23%

R = 43.48%
G = 29.29%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE8077 (or 0xBE8077) is known color: Brandy Rose. HEX triplet: BE, 80 and 77. RGB value is (190,128,119). Sum of RGB (Red+Green+Blue) = 190+128+119=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8077 is #417F88. Grayscale: #919191. Windows color (decimal): -4292489 or 7831742. OLE color: 7831742.

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

Color convert

RGB 190 128 119 -
CMYK 0 0.33 0.37 0.25
HSL 7.61º 0.35% 0.61% -
HSV(B) 7.61º 0.37% 0.75% -
XYZ 32.28 27.72 21.1 -
YUV 145.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 190 128 119 0 0.33 0.37 0.25 7.61 0.35 0.61
Hex BE 80 77 0 21 25 19 8 23 3D
Octal 276 200 167 0 41 45 31 10 43 75
Binary 10111110 10000000 1110111 0 100001 100101 11001 1000 100011 111101

Color Harmonies of #BE8077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8077

Black with #BE8077

Text Example


Text Example

White with #BE8077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8077; }

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

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

background-color css

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

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

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

border-color css

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

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

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