Html Css Color HEX #BE866D Brandy Rose

📋 copy color: '#BE866D'

red 190 ◦ green 134 ◦ blue 109

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

Shades of Brandy Rose #BE866D

Tints of Brandy Rose #BE866D

RGB

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

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

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

R = 43.88%
G = 30.95%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE866D (or 0xBE866D) is known color: Brandy Rose. HEX triplet: BE, 86 and 6D. RGB value is (190,134,109). Sum of RGB (Red+Green+Blue) = 190+134+109=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE866D is #417992. Grayscale: #949494. Windows color (decimal): -4290963 or 7177918. OLE color: 7177918.

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

Color convert

RGB 190 134 109 -
CMYK 0 0.29 0.43 0.25
HSL 18.52º 0.38% 0.59% -
HSV(B) 18.52º 0.43% 0.75% -
XYZ 32.52 29.1 18.37 -
YUV 147.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 190 134 109 0 0.29 0.43 0.25 18.52 0.38 0.59
Hex BE 86 6D 0 1D 2B 19 13 26 3B
Octal 276 206 155 0 35 53 31 23 46 73
Binary 10111110 10000110 1101101 0 11101 101011 11001 10011 100110 111011

Color Harmonies of #BE866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE866D

Black with #BE866D

Text Example


Text Example

White with #BE866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE866D; }

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

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

background-color css

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

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

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

border-color css

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

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

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