Html Css Color HEX #BE7A76 Brandy Rose

📋 copy color: '#BE7A76'

red 190 ◦ green 122 ◦ blue 118

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

Shades of Brandy Rose #BE7A76

Tints of Brandy Rose #BE7A76

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.37%

 BLUE value IS 118 (46.48% from 255) = 27.44%

R = 44.19%
G = 28.37%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE7A76 (or 0xBE7A76) is known color: Brandy Rose. HEX triplet: BE, 7A and 76. RGB value is (190,122,118). Sum of RGB (Red+Green+Blue) = 190+122+118=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A76 is #418589. Grayscale: #8D8D8D. Windows color (decimal): -4294026 or 7764670. OLE color: 7764670.

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

Color convert

RGB 190 122 118 -
CMYK 0 0.36 0.38 0.25
HSL 3.33º 0.36% 0.6% -
HSV(B) 3.33º 0.38% 0.75% -
XYZ 31.46 26.17 20.53 -
YUV 141.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 190 122 118 0 0.36 0.38 0.25 3.33 0.36 0.6
Hex BE 7A 76 0 24 26 19 3 24 3C
Octal 276 172 166 0 44 46 31 3 44 74
Binary 10111110 1111010 1110110 0 100100 100110 11001 11 100100 111100

Color Harmonies of #BE7A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A76

Black with #BE7A76

Text Example


Text Example

White with #BE7A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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