Html Css Color HEX #BE826D Brandy Rose

📋 copy color: '#BE826D'

red 190 ◦ green 130 ◦ blue 109

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

Shades of Brandy Rose #BE826D

Tints of Brandy Rose #BE826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.3%

 BLUE value IS 109 (42.97% from 255) = 25.41%

R = 44.29%
G = 30.3%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE826D (or 0xBE826D) is known color: Brandy Rose. HEX triplet: BE, 82 and 6D. RGB value is (190,130,109). Sum of RGB (Red+Green+Blue) = 190+130+109=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE826D is #417D92. Grayscale: #919191. Windows color (decimal): -4291987 or 7176894. OLE color: 7176894.

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

Color convert

RGB 190 130 109 -
CMYK 0 0.32 0.43 0.25
HSL 15.56º 0.38% 0.59% -
HSV(B) 15.56º 0.43% 0.75% -
XYZ 31.98 28.02 18.19 -
YUV 145.55 107.38 159.71 -
System Red Green Blue C M Y K H S L
Decimal 190 130 109 0 0.32 0.43 0.25 15.56 0.38 0.59
Hex BE 82 6D 0 20 2B 19 10 26 3B
Octal 276 202 155 0 40 53 31 20 46 73
Binary 10111110 10000010 1101101 0 100000 101011 11001 10000 100110 111011

Color Harmonies of #BE826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE826D

Black with #BE826D

Text Example


Text Example

White with #BE826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE826D; }

 p { color: rgb(190,130,109); }

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

background-color css

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

 a { background-color: rgb(190,130,109); }

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

border-color css

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

 span { border-color: rgb(190,130,109); }

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