Html Css Color HEX #BE8371 Brandy Rose

📋 copy color: '#BE8371'

red 190 ◦ green 131 ◦ blue 113

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

Shades of Brandy Rose #BE8371

Tints of Brandy Rose #BE8371

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.18%

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

R = 43.78%
G = 30.18%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE8371 (or 0xBE8371) is known color: Brandy Rose. HEX triplet: BE, 83 and 71. RGB value is (190,131,113). Sum of RGB (Red+Green+Blue) = 190+131+113=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8371 is #417C8E. Grayscale: #929292. Windows color (decimal): -4291727 or 7439294. OLE color: 7439294.

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

Color convert

RGB 190 131 113 -
CMYK 0 0.31 0.41 0.25
HSL 14.03º 0.37% 0.59% -
HSV(B) 14.03º 0.41% 0.75% -
XYZ 32.33 28.37 19.4 -
YUV 146.59 109.05 158.96 -
System Red Green Blue C M Y K H S L
Decimal 190 131 113 0 0.31 0.41 0.25 14.03 0.37 0.59
Hex BE 83 71 0 1F 29 19 E 25 3B
Octal 276 203 161 0 37 51 31 16 45 73
Binary 10111110 10000011 1110001 0 11111 101001 11001 1110 100101 111011

Color Harmonies of #BE8371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8371

Black with #BE8371

Text Example


Text Example

White with #BE8371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8371; }

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

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

background-color css

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

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

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

border-color css

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

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

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