Html Css Color HEX #BE8076 Brandy Rose

📋 copy color: '#BE8076'

red 190 ◦ green 128 ◦ blue 118

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

Shades of Brandy Rose #BE8076

Tints of Brandy Rose #BE8076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.06%

R = 43.58%
G = 29.36%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE8076 (or 0xBE8076) is known color: Brandy Rose. HEX triplet: BE, 80 and 76. RGB value is (190,128,118). Sum of RGB (Red+Green+Blue) = 190+128+118=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8076 is #417F89. Grayscale: #919191. Windows color (decimal): -4292490 or 7766206. OLE color: 7766206.

HSL color Cylindrical-coordinate representation of color #BE8076: hue angle of 8.33º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE8076 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 128 118 -
CMYK 0 0.33 0.38 0.25
HSL 8.33º 0.36% 0.6% -
HSV(B) 8.33º 0.38% 0.75% -
XYZ 32.22 27.69 20.79 -
YUV 145.4 112.54 159.81 -
System Red Green Blue C M Y K H S L
Decimal 190 128 118 0 0.33 0.38 0.25 8.33 0.36 0.6
Hex BE 80 76 0 21 26 19 8 24 3C
Octal 276 200 166 0 41 46 31 10 44 74
Binary 10111110 10000000 1110110 0 100001 100110 11001 1000 100100 111100

Color Harmonies of #BE8076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8076

Black with #BE8076

Text Example


Text Example

White with #BE8076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8076; }

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

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

background-color css

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

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

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

border-color css

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

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

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