Html Css Color HEX #BE806B Brandy Rose

📋 copy color: '#BE806B'

red 190 ◦ green 128 ◦ blue 107

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

Shades of Brandy Rose #BE806B

Tints of Brandy Rose #BE806B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.18%

R = 44.71%
G = 30.12%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE806B (or 0xBE806B) is known color: Brandy Rose. HEX triplet: BE, 80 and 6B. RGB value is (190,128,107). Sum of RGB (Red+Green+Blue) = 190+128+107=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE806B is #417F94. Grayscale: #909090. Windows color (decimal): -4292501 or 7045310. OLE color: 7045310.

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

Color convert

RGB 190 128 107 -
CMYK 0 0.33 0.44 0.25
HSL 15.18º 0.39% 0.58% -
HSV(B) 15.18º 0.44% 0.75% -
XYZ 31.61 27.45 17.54 -
YUV 144.14 107.04 160.71 -
System Red Green Blue C M Y K H S L
Decimal 190 128 107 0 0.33 0.44 0.25 15.18 0.39 0.58
Hex BE 80 6B 0 21 2C 19 F 27 3A
Octal 276 200 153 0 41 54 31 17 47 72
Binary 10111110 10000000 1101011 0 100001 101100 11001 1111 100111 111010

Color Harmonies of #BE806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE806B

Black with #BE806B

Text Example


Text Example

White with #BE806B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE806B; }

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

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

background-color css

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

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

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

border-color css

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

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

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