Html Css Color HEX #BE817A Brandy Rose

📋 copy color: '#BE817A'

red 190 ◦ green 129 ◦ blue 122

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

Shades of Brandy Rose #BE817A

Tints of Brandy Rose #BE817A

RGB

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

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

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

R = 43.08%
G = 29.25%
B = 27.66%

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

#BE817A (or 0xBE817A) is known color: Brandy Rose. HEX triplet: BE, 81 and 7A. RGB value is (190,129,122). Sum of RGB (Red+Green+Blue) = 190+129+122=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE817A is #417E85. Grayscale: #929292. Windows color (decimal): -4292230 or 8028606. OLE color: 8028606.

HSL color Cylindrical-coordinate representation of color #BE817A: hue angle of 6.18º 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 #BE817A is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 129 122 -
CMYK 0 0.32 0.36 0.25
HSL 6.18º 0.34% 0.61% -
HSV(B) 6.18º 0.36% 0.75% -
XYZ 32.6 28.05 22.11 -
YUV 146.44 114.21 159.07 -
System Red Green Blue C M Y K H S L
Decimal 190 129 122 0 0.32 0.36 0.25 6.18 0.34 0.61
Hex BE 81 7A 0 20 24 19 6 22 3D
Octal 276 201 172 0 40 44 31 6 42 75
Binary 10111110 10000001 1111010 0 100000 100100 11001 110 100010 111101

Color Harmonies of #BE817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE817A

Black with #BE817A

Text Example


Text Example

White with #BE817A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE817A; }

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

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

background-color css

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

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

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

border-color css

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

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

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