Html Css Color HEX #BE7F6A Brandy Rose

📋 copy color: '#BE7F6A'

red 190 ◦ green 127 ◦ blue 106

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

Shades of Brandy Rose #BE7F6A

Tints of Brandy Rose #BE7F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.06%

R = 44.92%
G = 30.02%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE7F6A (or 0xBE7F6A) is known color: Brandy Rose. HEX triplet: BE, 7F and 6A. RGB value is (190,127,106). Sum of RGB (Red+Green+Blue) = 190+127+106=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F6A is #418095. Grayscale: #8F8F8F. Windows color (decimal): -4292758 or 6979518. OLE color: 6979518.

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

Color convert

RGB 190 127 106 -
CMYK 0 0.33 0.44 0.25
HSL 15º 0.39% 0.58% -
HSV(B) 15º 0.44% 0.75% -
XYZ 31.43 27.17 17.22 -
YUV 143.44 106.87 161.21 -
System Red Green Blue C M Y K H S L
Decimal 190 127 106 0 0.33 0.44 0.25 15 0.39 0.58
Hex BE 7F 6A 0 21 2C 19 F 27 3A
Octal 276 177 152 0 41 54 31 17 47 72
Binary 10111110 1111111 1101010 0 100001 101100 11001 1111 100111 111010

Color Harmonies of #BE7F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F6A

Black with #BE7F6A

Text Example


Text Example

White with #BE7F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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