Html Css Color HEX #BE7E7A Brandy Rose

📋 copy color: '#BE7E7A'

red 190 ◦ green 126 ◦ blue 122

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

Shades of Brandy Rose #BE7E7A

Tints of Brandy Rose #BE7E7A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.77%

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

R = 43.38%
G = 28.77%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE7E7A (or 0xBE7E7A) is known color: Brandy Rose. HEX triplet: BE, 7E and 7A. RGB value is (190,126,122). Sum of RGB (Red+Green+Blue) = 190+126+122=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E7A is #418185. Grayscale: #909090. Windows color (decimal): -4292998 or 8027838. OLE color: 8027838.

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

Color convert

RGB 190 126 122 -
CMYK 0 0.34 0.36 0.25
HSL 3.53º 0.34% 0.61% -
HSV(B) 3.53º 0.36% 0.75% -
XYZ 32.21 27.27 21.98 -
YUV 144.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 190 126 122 0 0.34 0.36 0.25 3.53 0.34 0.61
Hex BE 7E 7A 0 22 24 19 4 22 3D
Octal 276 176 172 0 42 44 31 4 42 75
Binary 10111110 1111110 1111010 0 100010 100100 11001 100 100010 111101

Color Harmonies of #BE7E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7E7A

Black with #BE7E7A

Text Example


Text Example

White with #BE7E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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