Html Css Color HEX #BE886D Brandy Rose

📋 copy color: '#BE886D'

red 190 ◦ green 136 ◦ blue 109

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

Shades of Brandy Rose #BE886D

Tints of Brandy Rose #BE886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.26%

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

R = 43.68%
G = 31.26%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE886D (or 0xBE886D) is known color: Brandy Rose. HEX triplet: BE, 88 and 6D. RGB value is (190,136,109). Sum of RGB (Red+Green+Blue) = 190+136+109=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE886D is #417792. Grayscale: #959595. Windows color (decimal): -4290451 or 7178430. OLE color: 7178430.

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

Color convert

RGB 190 136 109 -
CMYK 0 0.28 0.43 0.25
HSL 20º 0.38% 0.59% -
HSV(B) 20º 0.43% 0.75% -
XYZ 32.8 29.66 18.46 -
YUV 149.07 105.39 157.2 -
System Red Green Blue C M Y K H S L
Decimal 190 136 109 0 0.28 0.43 0.25 20 0.38 0.59
Hex BE 88 6D 0 1C 2B 19 14 26 3B
Octal 276 210 155 0 34 53 31 24 46 73
Binary 10111110 10001000 1101101 0 11100 101011 11001 10100 100110 111011

Color Harmonies of #BE886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE886D

Black with #BE886D

Text Example


Text Example

White with #BE886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE886D; }

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

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

background-color css

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

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

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

border-color css

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

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

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