Html Css Color HEX #BE8770 Brandy Rose

📋 copy color: '#BE8770'

red 190 ◦ green 135 ◦ blue 112

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

Shades of Brandy Rose #BE8770

Tints of Brandy Rose #BE8770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.89%

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

R = 43.48%
G = 30.89%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE8770 (or 0xBE8770) is known color: Brandy Rose. HEX triplet: BE, 87 and 70. RGB value is (190,135,112). Sum of RGB (Red+Green+Blue) = 190+135+112=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8770 is #41788F. Grayscale: #949494. Windows color (decimal): -4290704 or 7374782. OLE color: 7374782.

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

Color convert

RGB 190 135 112 -
CMYK 0 0.29 0.41 0.25
HSL 17.69º 0.38% 0.59% -
HSV(B) 17.69º 0.41% 0.75% -
XYZ 32.82 29.44 19.28 -
YUV 148.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 190 135 112 0 0.29 0.41 0.25 17.69 0.38 0.59
Hex BE 87 70 0 1D 29 19 12 26 3B
Octal 276 207 160 0 35 51 31 22 46 73
Binary 10111110 10000111 1110000 0 11101 101001 11001 10010 100110 111011

Color Harmonies of #BE8770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8770

Black with #BE8770

Text Example


Text Example

White with #BE8770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8770; }

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

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

background-color css

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

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

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

border-color css

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

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

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