Html Css Color HEX #BE8170 Brandy Rose

📋 copy color: '#BE8170'

red 190 ◦ green 129 ◦ blue 112

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

Shades of Brandy Rose #BE8170

Tints of Brandy Rose #BE8170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.93%

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

R = 44.08%
G = 29.93%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE8170 (or 0xBE8170) is known color: Brandy Rose. HEX triplet: BE, 81 and 70. RGB value is (190,129,112). Sum of RGB (Red+Green+Blue) = 190+129+112=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8170 is #417E8F. Grayscale: #919191. Windows color (decimal): -4292240 or 7373246. OLE color: 7373246.

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

Color convert

RGB 190 129 112 -
CMYK 0 0.32 0.41 0.25
HSL 13.08º 0.38% 0.59% -
HSV(B) 13.08º 0.41% 0.75% -
XYZ 32.01 27.82 19.01 -
YUV 145.3 109.21 159.88 -
System Red Green Blue C M Y K H S L
Decimal 190 129 112 0 0.32 0.41 0.25 13.08 0.38 0.59
Hex BE 81 70 0 20 29 19 D 26 3B
Octal 276 201 160 0 40 51 31 15 46 73
Binary 10111110 10000001 1110000 0 100000 101001 11001 1101 100110 111011

Color Harmonies of #BE8170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8170

Black with #BE8170

Text Example


Text Example

White with #BE8170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8170; }

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

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

background-color css

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

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

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

border-color css

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

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

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