Html Css Color HEX #BE8171 Brandy Rose

📋 copy color: '#BE8171'

red 190 ◦ green 129 ◦ blue 113

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

Shades of Brandy Rose #BE8171

Tints of Brandy Rose #BE8171

RGB

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

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

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

R = 43.98%
G = 29.86%
B = 26.16%

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

#BE8171 (or 0xBE8171) is known color: Brandy Rose. HEX triplet: BE, 81 and 71. RGB value is (190,129,113). Sum of RGB (Red+Green+Blue) = 190+129+113=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8171 is #417E8E. Grayscale: #919191. Windows color (decimal): -4292239 or 7438782. OLE color: 7438782.

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

Color convert

RGB 190 129 113 -
CMYK 0 0.32 0.41 0.25
HSL 12.47º 0.37% 0.59% -
HSV(B) 12.47º 0.41% 0.75% -
XYZ 32.07 27.84 19.31 -
YUV 145.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 190 129 113 0 0.32 0.41 0.25 12.47 0.37 0.59
Hex BE 81 71 0 20 29 19 C 25 3B
Octal 276 201 161 0 40 51 31 14 45 73
Binary 10111110 10000001 1110001 0 100000 101001 11001 1100 100101 111011

Color Harmonies of #BE8171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8171

Black with #BE8171

Text Example


Text Example

White with #BE8171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8171; }

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

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

background-color css

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

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

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

border-color css

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

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

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