Html Css Color HEX #BE887C Brandy Rose

📋 copy color: '#BE887C'

red 190 ◦ green 136 ◦ blue 124

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

Shades of Brandy Rose #BE887C

Tints of Brandy Rose #BE887C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.56%

R = 42.22%
G = 30.22%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE887C (or 0xBE887C) is known color: Brandy Rose. HEX triplet: BE, 88 and 7C. RGB value is (190,136,124). Sum of RGB (Red+Green+Blue) = 190+136+124=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE887C is #417783. Grayscale: #969696. Windows color (decimal): -4290436 or 8161470. OLE color: 8161470.

HSL color Cylindrical-coordinate representation of color #BE887C: hue angle of 10.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE887C is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 136 124 -
CMYK 0 0.28 0.35 0.25
HSL 10.91º 0.34% 0.62% -
HSV(B) 10.91º 0.35% 0.75% -
XYZ 33.68 30.01 23.09 -
YUV 150.78 112.89 155.98 -
System Red Green Blue C M Y K H S L
Decimal 190 136 124 0 0.28 0.35 0.25 10.91 0.34 0.62
Hex BE 88 7C 0 1C 23 19 B 22 3E
Octal 276 210 174 0 34 43 31 13 42 76
Binary 10111110 10001000 1111100 0 11100 100011 11001 1011 100010 111110

Color Harmonies of #BE887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE887C

Black with #BE887C

Text Example


Text Example

White with #BE887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE887C; }

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

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

background-color css

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

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

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

border-color css

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

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

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