Html Css Color HEX #BE8173 Brandy Rose

📋 copy color: '#BE8173'

red 190 ◦ green 129 ◦ blue 115

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

Shades of Brandy Rose #BE8173

Tints of Brandy Rose #BE8173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.5%

R = 43.78%
G = 29.72%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE8173 (or 0xBE8173) is known color: Brandy Rose. HEX triplet: BE, 81 and 73. RGB value is (190,129,115). Sum of RGB (Red+Green+Blue) = 190+129+115=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8173 is #417E8C. Grayscale: #919191. Windows color (decimal): -4292237 or 7569854. OLE color: 7569854.

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

Color convert

RGB 190 129 115 -
CMYK 0 0.32 0.39 0.25
HSL 11.2º 0.37% 0.6% -
HSV(B) 11.2º 0.39% 0.75% -
XYZ 32.18 27.89 19.91 -
YUV 145.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 190 129 115 0 0.32 0.39 0.25 11.2 0.37 0.6
Hex BE 81 73 0 20 27 19 B 25 3C
Octal 276 201 163 0 40 47 31 13 45 74
Binary 10111110 10000001 1110011 0 100000 100111 11001 1011 100101 111100

Color Harmonies of #BE8173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8173

Black with #BE8173

Text Example


Text Example

White with #BE8173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8173; }

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

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

background-color css

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

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

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

border-color css

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

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

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