Html Css Color HEX #BE8870 Brandy Rose

📋 copy color: '#BE8870'

red 190 ◦ green 136 ◦ blue 112

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

Shades of Brandy Rose #BE8870

Tints of Brandy Rose #BE8870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.57%

R = 43.38%
G = 31.05%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE8870 (or 0xBE8870) is known color: Brandy Rose. HEX triplet: BE, 88 and 70. RGB value is (190,136,112). Sum of RGB (Red+Green+Blue) = 190+136+112=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8870 is #41778F. Grayscale: #959595. Windows color (decimal): -4290448 or 7375038. OLE color: 7375038.

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

Color convert

RGB 190 136 112 -
CMYK 0 0.28 0.41 0.25
HSL 18.46º 0.38% 0.59% -
HSV(B) 18.46º 0.41% 0.75% -
XYZ 32.96 29.73 19.33 -
YUV 149.41 106.89 156.95 -
System Red Green Blue C M Y K H S L
Decimal 190 136 112 0 0.28 0.41 0.25 18.46 0.38 0.59
Hex BE 88 70 0 1C 29 19 12 26 3B
Octal 276 210 160 0 34 51 31 22 46 73
Binary 10111110 10001000 1110000 0 11100 101001 11001 10010 100110 111011

Color Harmonies of #BE8870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8870

Black with #BE8870

Text Example


Text Example

White with #BE8870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8870; }

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

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

background-color css

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

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

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

border-color css

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

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

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