Html Css Color HEX #BE8172 Brandy Rose

📋 copy color: '#BE8172'

red 190 ◦ green 129 ◦ blue 114

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

Shades of Brandy Rose #BE8172

Tints of Brandy Rose #BE8172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.33%

R = 43.88%
G = 29.79%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE8172 (or 0xBE8172) is known color: Brandy Rose. HEX triplet: BE, 81 and 72. RGB value is (190,129,114). Sum of RGB (Red+Green+Blue) = 190+129+114=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8172 is #417E8D. Grayscale: #919191. Windows color (decimal): -4292238 or 7504318. OLE color: 7504318.

HSL color Cylindrical-coordinate representation of color #BE8172: hue angle of 11.84º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE8172 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 129 114 -
CMYK 0 0.32 0.40 0.25
HSL 11.84º 0.37% 0.6% -
HSV(B) 11.84º 0.4% 0.75% -
XYZ 32.12 27.86 19.6 -
YUV 145.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 190 129 114 0 0.32 0.40 0.25 11.84 0.37 0.6
Hex BE 81 72 0 20 28 19 C 25 3C
Octal 276 201 162 0 40 50 31 14 45 74
Binary 10111110 10000001 1110010 0 100000 101000 11001 1100 100101 111100

Color Harmonies of #BE8172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8172

Black with #BE8172

Text Example


Text Example

White with #BE8172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8172; }

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

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

background-color css

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

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

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

border-color css

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

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

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