Html Css Color HEX #BE8175 Brandy Rose

📋 copy color: '#BE8175'

red 190 ◦ green 129 ◦ blue 117

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

Shades of Brandy Rose #BE8175

Tints of Brandy Rose #BE8175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.83%

R = 43.58%
G = 29.59%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE8175 (or 0xBE8175) is known color: Brandy Rose. HEX triplet: BE, 81 and 75. RGB value is (190,129,117). Sum of RGB (Red+Green+Blue) = 190+129+117=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8175 is #417E8A. Grayscale: #919191. Windows color (decimal): -4292235 or 7700926. OLE color: 7700926.

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

Color convert

RGB 190 129 117 -
CMYK 0 0.32 0.38 0.25
HSL 9.86º 0.36% 0.6% -
HSV(B) 9.86º 0.38% 0.75% -
XYZ 32.3 27.93 20.52 -
YUV 145.87 111.71 159.48 -
System Red Green Blue C M Y K H S L
Decimal 190 129 117 0 0.32 0.38 0.25 9.86 0.36 0.6
Hex BE 81 75 0 20 26 19 A 24 3C
Octal 276 201 165 0 40 46 31 12 44 74
Binary 10111110 10000001 1110101 0 100000 100110 11001 1010 100100 111100

Color Harmonies of #BE8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8175

Black with #BE8175

Text Example


Text Example

White with #BE8175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8175; }

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

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

background-color css

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

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

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

border-color css

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

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

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