Html Css Color HEX #BE806D Brandy Rose

📋 copy color: '#BE806D'

red 190 ◦ green 128 ◦ blue 109

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

Shades of Brandy Rose #BE806D

Tints of Brandy Rose #BE806D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.53%

R = 44.5%
G = 29.98%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE806D (or 0xBE806D) is known color: Brandy Rose. HEX triplet: BE, 80 and 6D. RGB value is (190,128,109). Sum of RGB (Red+Green+Blue) = 190+128+109=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE806D is #417F92. Grayscale: #909090. Windows color (decimal): -4292499 or 7176382. OLE color: 7176382.

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

Color convert

RGB 190 128 109 -
CMYK 0 0.33 0.43 0.25
HSL 14.07º 0.38% 0.59% -
HSV(B) 14.07º 0.43% 0.75% -
XYZ 31.71 27.49 18.1 -
YUV 144.37 108.04 160.54 -
System Red Green Blue C M Y K H S L
Decimal 190 128 109 0 0.33 0.43 0.25 14.07 0.38 0.59
Hex BE 80 6D 0 21 2B 19 E 26 3B
Octal 276 200 155 0 41 53 31 16 46 73
Binary 10111110 10000000 1101101 0 100001 101011 11001 1110 100110 111011

Color Harmonies of #BE806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE806D

Black with #BE806D

Text Example


Text Example

White with #BE806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE806D; }

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

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

background-color css

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

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

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

border-color css

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

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

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