Html Css Color HEX #BE8679 Brandy Rose

📋 copy color: '#BE8679'

red 190 ◦ green 134 ◦ blue 121

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

Shades of Brandy Rose #BE8679

Tints of Brandy Rose #BE8679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.11%

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

R = 42.7%
G = 30.11%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE8679 (or 0xBE8679) is known color: Brandy Rose. HEX triplet: BE, 86 and 79. RGB value is (190,134,121). Sum of RGB (Red+Green+Blue) = 190+134+121=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8679 is #417986. Grayscale: #959595. Windows color (decimal): -4290951 or 7964350. OLE color: 7964350.

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

Color convert

RGB 190 134 121 -
CMYK 0 0.29 0.36 0.25
HSL 11.3º 0.35% 0.61% -
HSV(B) 11.3º 0.36% 0.75% -
XYZ 33.21 29.38 22.01 -
YUV 149.26 112.05 157.06 -
System Red Green Blue C M Y K H S L
Decimal 190 134 121 0 0.29 0.36 0.25 11.3 0.35 0.61
Hex BE 86 79 0 1D 24 19 B 23 3D
Octal 276 206 171 0 35 44 31 13 43 75
Binary 10111110 10000110 1111001 0 11101 100100 11001 1011 100011 111101

Color Harmonies of #BE8679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8679

Black with #BE8679

Text Example


Text Example

White with #BE8679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8679; }

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

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

background-color css

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

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

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

border-color css

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

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

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