Html Css Color HEX #BE7E72 Brandy Rose

📋 copy color: '#BE7E72'

red 190 ◦ green 126 ◦ blue 114

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

Shades of Brandy Rose #BE7E72

Tints of Brandy Rose #BE7E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.51%

R = 44.19%
G = 29.3%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE7E72 (or 0xBE7E72) is known color: Brandy Rose. HEX triplet: BE, 7E and 72. RGB value is (190,126,114). Sum of RGB (Red+Green+Blue) = 190+126+114=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E72 is #41818D. Grayscale: #8F8F8F. Windows color (decimal): -4293006 or 7503550. OLE color: 7503550.

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

Color convert

RGB 190 126 114 -
CMYK 0 0.34 0.40 0.25
HSL 9.47º 0.37% 0.6% -
HSV(B) 9.47º 0.4% 0.75% -
XYZ 31.73 27.08 19.47 -
YUV 143.77 111.2 160.98 -
System Red Green Blue C M Y K H S L
Decimal 190 126 114 0 0.34 0.40 0.25 9.47 0.37 0.6
Hex BE 7E 72 0 22 28 19 9 25 3C
Octal 276 176 162 0 42 50 31 11 45 74
Binary 10111110 1111110 1110010 0 100010 101000 11001 1001 100101 111100

Color Harmonies of #BE7E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7E72

Black with #BE7E72

Text Example


Text Example

White with #BE7E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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