Html Css Color HEX #BE827A Brandy Rose

📋 copy color: '#BE827A'

red 190 ◦ green 130 ◦ blue 122

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

Shades of Brandy Rose #BE827A

Tints of Brandy Rose #BE827A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.6%

R = 42.99%
G = 29.41%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE827A (or 0xBE827A) is known color: Brandy Rose. HEX triplet: BE, 82 and 7A. RGB value is (190,130,122). Sum of RGB (Red+Green+Blue) = 190+130+122=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE827A is #417D85. Grayscale: #939393. Windows color (decimal): -4291974 or 8028862. OLE color: 8028862.

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

Color convert

RGB 190 130 122 -
CMYK 0 0.32 0.36 0.25
HSL 7.06º 0.34% 0.61% -
HSV(B) 7.06º 0.36% 0.75% -
XYZ 32.73 28.32 22.15 -
YUV 147.03 113.88 158.65 -
System Red Green Blue C M Y K H S L
Decimal 190 130 122 0 0.32 0.36 0.25 7.06 0.34 0.61
Hex BE 82 7A 0 20 24 19 7 22 3D
Octal 276 202 172 0 40 44 31 7 42 75
Binary 10111110 10000010 1111010 0 100000 100100 11001 111 100010 111101

Color Harmonies of #BE827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE827A

Black with #BE827A

Text Example


Text Example

White with #BE827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE827A; }

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

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

background-color css

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

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

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

border-color css

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

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

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