Html Css Color HEX #BE7F70 Brandy Rose

📋 copy color: '#BE7F70'

red 190 ◦ green 127 ◦ blue 112

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

Shades of Brandy Rose #BE7F70

Tints of Brandy Rose #BE7F70

RGB

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

 GREEN value IS 127 (50% from 255) = 29.6%

 BLUE value IS 112 (44.14% from 255) = 26.11%

R = 44.29%
G = 29.6%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE7F70 (or 0xBE7F70) is known color: Brandy Rose. HEX triplet: BE, 7F and 70. RGB value is (190,127,112). Sum of RGB (Red+Green+Blue) = 190+127+112=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F70 is #41808F. Grayscale: #909090. Windows color (decimal): -4292752 or 7372734. OLE color: 7372734.

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

Color convert

RGB 190 127 112 -
CMYK 0 0.33 0.41 0.25
HSL 11.54º 0.38% 0.59% -
HSV(B) 11.54º 0.41% 0.75% -
XYZ 31.75 27.3 18.92 -
YUV 144.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 190 127 112 0 0.33 0.41 0.25 11.54 0.38 0.59
Hex BE 7F 70 0 21 29 19 C 26 3B
Octal 276 177 160 0 41 51 31 14 46 73
Binary 10111110 1111111 1110000 0 100001 101001 11001 1100 100110 111011

Color Harmonies of #BE7F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F70

Black with #BE7F70

Text Example


Text Example

White with #BE7F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F70; }

 p { color: rgb(190,127,112); }

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

background-color css

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

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

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

border-color css

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

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

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