Html Css Color HEX #BE8871 Brandy Rose

📋 copy color: '#BE8871'

red 190 ◦ green 136 ◦ blue 113

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

Shades of Brandy Rose #BE8871

Tints of Brandy Rose #BE8871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.74%

R = 43.28%
G = 30.98%
B = 25.74%

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

#BE8871 (or 0xBE8871) is known color: Brandy Rose. HEX triplet: BE, 88 and 71. RGB value is (190,136,113). Sum of RGB (Red+Green+Blue) = 190+136+113=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8871 is #41778E. Grayscale: #959595. Windows color (decimal): -4290447 or 7440574. OLE color: 7440574.

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

Color convert

RGB 190 136 113 -
CMYK 0 0.28 0.41 0.25
HSL 17.92º 0.37% 0.59% -
HSV(B) 17.92º 0.41% 0.75% -
XYZ 33.02 29.75 19.62 -
YUV 149.52 107.39 156.87 -
System Red Green Blue C M Y K H S L
Decimal 190 136 113 0 0.28 0.41 0.25 17.92 0.37 0.59
Hex BE 88 71 0 1C 29 19 12 25 3B
Octal 276 210 161 0 34 51 31 22 45 73
Binary 10111110 10001000 1110001 0 11100 101001 11001 10010 100101 111011

Color Harmonies of #BE8871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8871

Black with #BE8871

Text Example


Text Example

White with #BE8871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8871; }

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

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

background-color css

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

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

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

border-color css

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

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

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