Html Css Color HEX #BE826B Brandy Rose

📋 copy color: '#BE826B'

red 190 ◦ green 130 ◦ blue 107

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

Shades of Brandy Rose #BE826B

Tints of Brandy Rose #BE826B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.06%

R = 44.5%
G = 30.44%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE826B (or 0xBE826B) is known color: Brandy Rose. HEX triplet: BE, 82 and 6B. RGB value is (190,130,107). Sum of RGB (Red+Green+Blue) = 190+130+107=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE826B is #417D94. Grayscale: #919191. Windows color (decimal): -4291989 or 7045822. OLE color: 7045822.

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

Color convert

RGB 190 130 107 -
CMYK 0 0.32 0.44 0.25
HSL 16.63º 0.39% 0.58% -
HSV(B) 16.63º 0.44% 0.75% -
XYZ 31.87 27.97 17.63 -
YUV 145.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 190 130 107 0 0.32 0.44 0.25 16.63 0.39 0.58
Hex BE 82 6B 0 20 2C 19 11 27 3A
Octal 276 202 153 0 40 54 31 21 47 72
Binary 10111110 10000010 1101011 0 100000 101100 11001 10001 100111 111010

Color Harmonies of #BE826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE826B

Black with #BE826B

Text Example


Text Example

White with #BE826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE826B; }

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

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

background-color css

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

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

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

border-color css

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

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

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