Html Css Color HEX #BE8570 Brandy Rose

📋 copy color: '#BE8570'

red 190 ◦ green 133 ◦ blue 112

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

Shades of Brandy Rose #BE8570

Tints of Brandy Rose #BE8570

RGB

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

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

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

R = 43.68%
G = 30.57%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE8570 (or 0xBE8570) is known color: Brandy Rose. HEX triplet: BE, 85 and 70. RGB value is (190,133,112). Sum of RGB (Red+Green+Blue) = 190+133+112=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8570 is #417A8F. Grayscale: #939393. Windows color (decimal): -4291216 or 7374270. OLE color: 7374270.

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

Color convert

RGB 190 133 112 -
CMYK 0 0.3 0.41 0.25
HSL 16.15º 0.38% 0.59% -
HSV(B) 16.15º 0.41% 0.75% -
XYZ 32.55 28.89 19.19 -
YUV 147.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 190 133 112 0 0.3 0.41 0.25 16.15 0.38 0.59
Hex BE 85 70 0 1E 29 19 10 26 3B
Octal 276 205 160 0 36 51 31 20 46 73
Binary 10111110 10000101 1110000 0 11110 101001 11001 10000 100110 111011

Color Harmonies of #BE8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8570

Black with #BE8570

Text Example


Text Example

White with #BE8570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8570; }

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

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

background-color css

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

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

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

border-color css

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

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

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