Html Css Color HEX #BE7F72 Brandy Rose

📋 copy color: '#BE7F72'

red 190 ◦ green 127 ◦ blue 114

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

Shades of Brandy Rose #BE7F72

Tints of Brandy Rose #BE7F72

RGB

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

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

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

R = 44.08%
G = 29.47%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE7F72 (or 0xBE7F72) is known color: Brandy Rose. HEX triplet: BE, 7F and 72. RGB value is (190,127,114). Sum of RGB (Red+Green+Blue) = 190+127+114=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F72 is #41808D. Grayscale: #909090. Windows color (decimal): -4292750 or 7503806. OLE color: 7503806.

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

Color convert

RGB 190 127 114 -
CMYK 0 0.33 0.40 0.25
HSL 10.26º 0.37% 0.6% -
HSV(B) 10.26º 0.4% 0.75% -
XYZ 31.86 27.34 19.52 -
YUV 144.36 110.87 160.56 -
System Red Green Blue C M Y K H S L
Decimal 190 127 114 0 0.33 0.40 0.25 10.26 0.37 0.6
Hex BE 7F 72 0 21 28 19 A 25 3C
Octal 276 177 162 0 41 50 31 12 45 74
Binary 10111110 1111111 1110010 0 100001 101000 11001 1010 100101 111100

Color Harmonies of #BE7F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F72

Black with #BE7F72

Text Example


Text Example

White with #BE7F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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