Html Css Color HEX #BE7A7A Brandy Rose

📋 copy color: '#BE7A7A'

red 190 ◦ green 122 ◦ blue 122

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

Shades of Brandy Rose #BE7A7A

Tints of Brandy Rose #BE7A7A

RGB

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

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

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

R = 43.78%
G = 28.11%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE7A7A (or 0xBE7A7A) is known color: Brandy Rose. HEX triplet: BE, 7A and 7A. RGB value is (190,122,122). Sum of RGB (Red+Green+Blue) = 190+122+122=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A7A is #418585. Grayscale: #8E8E8E. Windows color (decimal): -4294022 or 8026814. OLE color: 8026814.

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

Color convert

RGB 190 122 122 -
CMYK 0 0.36 0.36 0.25
HSL 0.34% 0.61% -
HSV(B) 0.36% 0.75% -
XYZ 31.71 26.27 21.81 -
YUV 142.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 190 122 122 0 0.36 0.36 0.25 0 0.34 0.61
Hex BE 7A 7A 0 24 24 19 0 22 3D
Octal 276 172 172 0 44 44 31 0 42 75
Binary 10111110 1111010 1111010 0 100100 100100 11001 0 100010 111101

Color Harmonies of #BE7A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A7A

Black with #BE7A7A

Text Example


Text Example

White with #BE7A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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