Html Css Color HEX #BE8573 Brandy Rose

📋 copy color: '#BE8573'

red 190 ◦ green 133 ◦ blue 115

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

Shades of Brandy Rose #BE8573

Tints of Brandy Rose #BE8573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.37%

 BLUE value IS 115 (45.31% from 255) = 26.26%

R = 43.38%
G = 30.37%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE8573 (or 0xBE8573) is known color: Brandy Rose. HEX triplet: BE, 85 and 73. RGB value is (190,133,115). Sum of RGB (Red+Green+Blue) = 190+133+115=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8573 is #417A8C. Grayscale: #949494. Windows color (decimal): -4291213 or 7570878. OLE color: 7570878.

HSL color Cylindrical-coordinate representation of color #BE8573: hue angle of 14.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE8573 is Cyan = 0, Magento = 0.3, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 133 115 -
CMYK 0 0.3 0.39 0.25
HSL 14.4º 0.37% 0.6% -
HSV(B) 14.4º 0.39% 0.75% -
XYZ 32.72 28.96 20.09 -
YUV 147.99 109.38 157.96 -
System Red Green Blue C M Y K H S L
Decimal 190 133 115 0 0.3 0.39 0.25 14.4 0.37 0.6
Hex BE 85 73 0 1E 27 19 E 25 3C
Octal 276 205 163 0 36 47 31 16 45 74
Binary 10111110 10000101 1110011 0 11110 100111 11001 1110 100101 111100

Color Harmonies of #BE8573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8573

Black with #BE8573

Text Example


Text Example

White with #BE8573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8573; }

 p { color: rgb(190,133,115); }

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

background-color css

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

 a { background-color: rgb(190,133,115); }

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

border-color css

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

 span { border-color: rgb(190,133,115); }

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