Html Css Color HEX #BE7E7E Brandy Rose

📋 copy color: '#BE7E7E'

red 190 ◦ green 126 ◦ blue 126

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

Shades of Brandy Rose #BE7E7E

Tints of Brandy Rose #BE7E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.51%

R = 42.99%
G = 28.51%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE7E7E (or 0xBE7E7E) is known color: Brandy Rose. HEX triplet: BE, 7E and 7E. RGB value is (190,126,126). Sum of RGB (Red+Green+Blue) = 190+126+126=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E7E is #418181. Grayscale: #919191. Windows color (decimal): -4292994 or 8289982. OLE color: 8289982.

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

Color convert

RGB 190 126 126 -
CMYK 0 0.34 0.34 0.25
HSL 0.33% 0.62% -
HSV(B) 0.34% 0.75% -
XYZ 32.46 27.38 23.31 -
YUV 145.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 190 126 126 0 0.34 0.34 0.25 0 0.33 0.62
Hex BE 7E 7E 0 22 22 19 0 21 3E
Octal 276 176 176 0 42 42 31 0 41 76
Binary 10111110 1111110 1111110 0 100010 100010 11001 0 100001 111110

Color Harmonies of #BE7E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7E7E

Black with #BE7E7E

Text Example


Text Example

White with #BE7E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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